Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107794
b: refs/heads/master
c: 0b0de14
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Sam Ravnborg committed Aug 6, 2008
1 parent bbc9de9 commit 50de739
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 0758416325dc75e203ab974aa5e937bef7d2afef
refs/heads/master: 0b0de144333fca335a0111a6f9c59176ad43ba0a
9 changes: 4 additions & 5 deletions trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -845,9 +845,10 @@ menuconfig MODULES

If unsure, say Y.

if MODULES

config MODULE_FORCE_LOAD
bool "Forced module loading"
depends on MODULES
default n
help
Allow loading of modules without version information (ie. modprobe
Expand All @@ -856,7 +857,6 @@ config MODULE_FORCE_LOAD

config MODULE_UNLOAD
bool "Module unloading"
depends on MODULES
help
Without this option you will not be able to unload any
modules (note that some modules may not be unloadable
Expand All @@ -875,7 +875,6 @@ config MODULE_FORCE_UNLOAD

config MODVERSIONS
bool "Module versioning support"
depends on MODULES
help
Usually, you have to use modules compiled with your kernel.
Saying Y here makes it sometimes possible to use modules
Expand All @@ -886,7 +885,6 @@ config MODVERSIONS

config MODULE_SRCVERSION_ALL
bool "Source checksum for all modules"
depends on MODULES
help
Modules which contain a MODULE_VERSION get an extra "srcversion"
field inserted into their modinfo section, which contains a
Expand All @@ -898,11 +896,12 @@ config MODULE_SRCVERSION_ALL

config KMOD
def_bool y
depends on MODULES
help
This is being removed soon. These days, CONFIG_MODULES
implies CONFIG_KMOD, so use that instead.

endif # MODULES

config STOP_MACHINE
bool
default y
Expand Down

0 comments on commit 50de739

Please sign in to comment.