diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/init/Kconfig b/init/Kconfig index af6c7f8ba019..af67c43a2fab 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1201,13 +1201,7 @@ config KALLSYMS_ALL | |||
1201 | Say N unless you really need all symbols. | 1201 | Say N unless you really need all symbols. |
1202 | 1202 | ||
1203 | config HOTPLUG | 1203 | config HOTPLUG |
1204 | bool "Support for hot-pluggable devices" if EXPERT | 1204 | def_bool y |
1205 | default y | ||
1206 | help | ||
1207 | This option is provided for the case where no hotplug or uevent | ||
1208 | capabilities is wanted by the kernel. You should only consider | ||
1209 | disabling this option for embedded systems that do not use modules, a | ||
1210 | dynamic /dev tree, or dynamic device discovery. Just say Y. | ||
1211 | 1205 | ||
1212 | config PRINTK | 1206 | config PRINTK |
1213 | default y | 1207 | default y |