]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/firmware/Kconfig
UBIFS: do not free write-buffers when in R/O mode
[mv-sheeva.git] / drivers / firmware / Kconfig
index e710424b59ea7f793ef1c10c18215dc2716bb7a0..b3a25a55ba231e1e422a085a323e287e88f967ac 100644 (file)
@@ -113,6 +113,17 @@ config DMIID
          information from userspace through /sys/class/dmi/id/ or if you want
          DMI-based module auto-loading.
 
+config DMI_SYSFS
+       tristate "DMI table support in sysfs"
+       depends on SYSFS && DMI
+       default n
+       help
+         Say Y or M here to enable the exporting of the raw DMI table
+         data via sysfs.  This is useful for consuming the data without
+         requiring any access to /dev/mem at all.  Tables are found
+         under /sys/firmware/dmi when this option is enabled and
+         loaded.
+
 config ISCSI_IBFT_FIND
        bool "iSCSI Boot Firmware Table Attributes"
        depends on X86
@@ -134,4 +145,16 @@ config ISCSI_IBFT
          detect iSCSI boot parameters dynamically during system boot, say Y.
          Otherwise, say N.
 
+config SIGMA
+       tristate "SigmaStudio firmware loader"
+       depends on I2C
+       select CRC32
+       default n
+       help
+         Enable helper functions for working with Analog Devices SigmaDSP
+         parts and binary firmwares produced by Analog Devices SigmaStudio.
+
+         If unsure, say N here.  Drivers that need these helpers will select
+         this option automatically.
+
 endmenu