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