diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-17 01:47:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-17 01:47:12 +0000 |
commit | 4f96c591e3f14296c04515ebdcd54dfdeb8b314c (patch) | |
tree | b0981c5e51f1499b47795fda4452cea6fd4217e3 /target/linux/Config.in | |
parent | af2a422e52a513d6e6b6f66e1c69d335ee218d49 (diff) | |
download | upstream-4f96c591e3f14296c04515ebdcd54dfdeb8b314c.tar.gz upstream-4f96c591e3f14296c04515ebdcd54dfdeb8b314c.tar.bz2 upstream-4f96c591e3f14296c04515ebdcd54dfdeb8b314c.zip |
some kernel module cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5178 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/Config.in')
-rw-r--r-- | target/linux/Config.in | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/target/linux/Config.in b/target/linux/Config.in index 20099fee42..46213d18b7 100644 --- a/target/linux/Config.in +++ b/target/linux/Config.in @@ -6,70 +6,8 @@ source "target/linux/*-2.[46]/Config.in" comment "Kernel modules" -menu "Networking modules" - -config PACKAGE_KMOD_ATM - prompt "kmod-atm.......................... ATM support" - tristate - default y if LINUX_2_4_AR7 - default m - help - ATM support - -config PACKAGE_KMOD_IPIP - prompt "kmod-ipip......................... IP in IP encapsulation support" - tristate - default m - help - Kernel module for IP in IP encapsulation - -config PACKAGE_KMOD_RING - prompt "kmod-ring......................... PF Ring" - tristate - default m - help - PF Ring - -config PACKAGE_KMOD_TUN - prompt "kmod-tun.......................... Universal TUN/TAP driver" - tristate - default m - help - Kernel support for the TUN/TAP tunneling device - -endmenu - menu "Block devices support" -config PACKAGE_kmod-ide-core - prompt "kmod-ide-core..................... IDE support" - tristate - default m - depends LINUX_2_4_X86 || LINUX_2_6_X86 || LINUX_2_4_BRCM || LINUX_2_6_BRCM - help - Kernel modules for IDE support - useful for usb mass storage devices (e.g. on WL-HDD) - - Includes: - - ide-core - - ide-detect - - ide-disk - -config PACKAGE_kmod-ide-pdc202xx - prompt "kmod-ide-pdc202xx................. PDC202xx driver" - tristate - default m - depends PACKAGE_kmod-ide-core - depends LINUX_2_4_X86 || LINUX_2_6_X86 || LINUX_2_4_BRCM || LINUX_2_6_BRCM - help - Kernel modules for IDE support - useful for usb mass storage devices (e.g. on WL-HDD) - - Includes: - - ide-core - - ide-detect - - ide-disk - config PACKAGE_KMOD_LOOP prompt "kmod-loop......................... Loop mount support" tristate @@ -478,15 +416,6 @@ config PACKAGE_KMOD_SOFTDOG help Kernel modules for software watchdog driver -config PACKAGE_KMOD_WD1100 - prompt "kmod-wd1100....................... Soekris net4801 watchdog" - tristate - default y - depends LINUX_2_4_X86 - help - Driver for the NatSemi SC1x00 series Watchdog - found on Soekris net4801 boards - endmenu endmenu |