diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index bd601efa7bd1..a92b8728b90c 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -2,7 +2,11 @@ | |||
2 | # Misc strange devices | 2 | # Misc strange devices |
3 | # | 3 | # |
4 | 4 | ||
5 | menu "Misc devices" | 5 | menuconfig MISC_DEVICES |
6 | bool "Misc devices" | ||
7 | default y | ||
8 | |||
9 | if MISC_DEVICES | ||
6 | 10 | ||
7 | config IBM_ASM | 11 | config IBM_ASM |
8 | tristate "Device driver for IBM RSA service processor" | 12 | tristate "Device driver for IBM RSA service processor" |
@@ -192,4 +196,4 @@ config THINKPAD_ACPI_BAY | |||
192 | 196 | ||
193 | If you are not sure, say Y here. | 197 | If you are not sure, say Y here. |
194 | 198 | ||
195 | endmenu | 199 | endif # MISC_DEVICES |