Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16203
b: refs/heads/master
c: 712f47c
h: refs/heads/master
i:
  16201: 35dc2ed
  16199: cbd5933
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 5, 2006
1 parent bf35d61 commit 1636749
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 312c004d36ce6c739512bac83b452f4c20ab1f62
refs/heads/master: 712f47cea7703a340406fde61e84eb86ce781988
17 changes: 9 additions & 8 deletions trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,6 @@ config AUDITSYSCALL
can be used independently or with another kernel subsystem,
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
bool "Kernel .config support"
---help---
Expand Down Expand Up @@ -289,6 +281,15 @@ config KALLSYMS_EXTRA_PASS
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
default y
bool "Enable support for printk" if EMBEDDED
Expand Down

0 comments on commit 1636749

Please sign in to comment.