diff options
Diffstat (limited to 'drivers/firmware/Kconfig')
-rw-r--r-- | drivers/firmware/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index e710424b59ea..3c56afc5eb1b 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig | |||
@@ -113,6 +113,17 @@ config DMIID | |||
113 | information from userspace through /sys/class/dmi/id/ or if you want | 113 | information from userspace through /sys/class/dmi/id/ or if you want |
114 | DMI-based module auto-loading. | 114 | DMI-based module auto-loading. |
115 | 115 | ||
116 | config DMI_SYSFS | ||
117 | tristate "DMI table support in sysfs" | ||
118 | depends on SYSFS && DMI | ||
119 | default n | ||
120 | help | ||
121 | Say Y or M here to enable the exporting of the raw DMI table | ||
122 | data via sysfs. This is useful for consuming the data without | ||
123 | requiring any access to /dev/mem at all. Tables are found | ||
124 | under /sys/firmware/dmi when this option is enabled and | ||
125 | loaded. | ||
126 | |||
116 | config ISCSI_IBFT_FIND | 127 | config ISCSI_IBFT_FIND |
117 | bool "iSCSI Boot Firmware Table Attributes" | 128 | bool "iSCSI Boot Firmware Table Attributes" |
118 | depends on X86 | 129 | depends on X86 |