]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/firmware/Kconfig
V4L/DVB (4605): Fixes an issue with V4L1 and make headers-install
[mv-sheeva.git] / drivers / firmware / Kconfig
index b9b6e4273f01cb39a143ba7093277df918e63427..731c3d5da0dc7c6bc66a33a705f9b7a2fceab90a 100644 (file)
@@ -6,8 +6,7 @@
 menu "Firmware Drivers"
 
 config EDD
-       tristate "BIOS Enhanced Disk Drive calls determine boot disk (EXPERIMENTAL)"
-       depends on EXPERIMENTAL
+       tristate "BIOS Enhanced Disk Drive calls determine boot disk"
        depends on !IA64
        help
          Say Y or M here if you want to enable BIOS Enhanced Disk Drive
@@ -60,6 +59,7 @@ config EFI_PCDP
 
 config DELL_RBU
        tristate "BIOS update support for DELL systems via sysfs"
+       depends on X86
        select FW_LOADER
        help
         Say m if you want to have the option of updating the BIOS for your
@@ -67,4 +67,21 @@ config DELL_RBU
         supporting application to comunicate with the BIOS regarding the new
         image for the image update to take effect.
         See <file:Documentation/dell_rbu.txt> for more details on the driver.
+
+config DCDBAS
+       tristate "Dell Systems Management Base Driver"
+       depends on X86
+       help
+         The Dell Systems Management Base Driver provides a sysfs interface
+         for systems management software to perform System Management
+         Interrupts (SMIs) and Host Control Actions (system power cycle or
+         power off after OS shutdown) on certain Dell systems.
+
+         See <file:Documentation/dcdbas.txt> for more details on the driver
+         and the Dell systems on which Dell systems management software makes
+         use of this driver.
+
+         Say Y or M here to enable the driver for use by Dell systems
+         management software such as Dell OpenManage.
+
 endmenu