Skip to content
Snippets Groups Projects
Commit 712f47ce authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

[PATCH] HOTPLUG: always enable the .config option, unless EMBEDDED


With modules, dynamic /dev, and uevents, people really want
CONFIG_HOTPLUG to be enabled in their kernels.  If not, they can still
disable it, but it is discouraged.

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 312c004d
No related branches found
No related tags found
No related merge requests found
...@@ -197,14 +197,6 @@ config AUDITSYSCALL ...@@ -197,14 +197,6 @@ config AUDITSYSCALL
can be used independently or with another kernel subsystem, can be used independently or with another kernel subsystem,
such as SELinux. such as SELinux.
config HOTPLUG
bool "Support for hot-pluggable devices" if !ARCH_S390
default ARCH_S390
help
This option is provided for the case where no in-kernel-tree
modules require HOTPLUG functionality, but a module built
outside the kernel tree does. Such modules require Y here.
config IKCONFIG config IKCONFIG
bool "Kernel .config support" bool "Kernel .config support"
---help--- ---help---
...@@ -289,6 +281,15 @@ config KALLSYMS_EXTRA_PASS ...@@ -289,6 +281,15 @@ config KALLSYMS_EXTRA_PASS
you wait for kallsyms to be fixed. you wait for kallsyms to be fixed.
config HOTPLUG
bool "Support for hot-pluggable devices" if EMBEDDED
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.
config PRINTK config PRINTK
default y default y
bool "Enable support for printk" if EMBEDDED bool "Enable support for printk" if EMBEDDED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment