Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
[sfrench/cifs-2.6.git] / drivers / firmware / Kconfig
index 1b03ba1d083497d5c1fe2597b2f84ad88399cc1d..a6c670b8ce5247f4a9b3674163af0f6a3faf1ccb 100644 (file)
@@ -122,8 +122,17 @@ config ISCSI_IBFT_FIND
          is necessary for iSCSI Boot Firmware Table Attributes module to work
          properly.
 
+config ISCSI_BOOT_SYSFS
+       tristate "iSCSI Boot Sysfs Interface"
+       default n
+       help
+         This option enables support for exposing iSCSI boot information
+         via sysfs to userspace. If you wish to export this information,
+         say Y. Otherwise, say N.
+
 config ISCSI_IBFT
        tristate "iSCSI Boot Firmware Table Attributes module"
+       select ISCSI_BOOT_SYSFS
        depends on ISCSI_IBFT_FIND
        default n
        help