diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-07-08 19:00:25 +0200 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-07-22 19:24:29 +1000 |
commit | a81792f668c20540c336af4242ba1400763eb14f (patch) | |
tree | 3e2d1b1503ec5ad72495a6783daee48da25ea7c2 /arch/blackfin | |
parent | baabaae98125fbd1a8dc258aa95333c01cd9e206 (diff) | |
download | linux-a81792f668c20540c336af4242ba1400763eb14f.tar.gz linux-a81792f668c20540c336af4242ba1400763eb14f.tar.bz2 linux-a81792f668c20540c336af4242ba1400763eb14f.zip |
remove mention of CONFIG_KMOD from documentation
Also includes a few Kconfig files (xtensa, blackfin)
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Cc: linux-doc@vger.kernel.org
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index b87634e75f20..b83b8ef84e91 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -873,8 +873,8 @@ config HOTPLUG plugged into slots found on all modern laptop computers. Another example, used on modern desktops as well as laptops, is USB. - Enable HOTPLUG and KMOD, and build a modular kernel. Get agent - software (at <http://linux-hotplug.sourceforge.net/>) and install it. + Enable HOTPLUG and build a modular kernel. Get agent software + (from <http://linux-hotplug.sourceforge.net/>) and install it. Then your kernel will automatically call out to a user mode "policy agent" (/sbin/hotplug) to load modules and set up software needed to use devices as you hotplug them. |