diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2006-08-27 13:32:10 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2006-08-27 13:32:10 +0000 |
| commit | 9e9a0a4ca0bb423d0b8fc433140fda3dbebcb0f4 (patch) | |
| tree | b679e25025f13c863a0b4772f1e01501d56a4b7e /openwrt/target/linux | |
| parent | 8278890f158d37ddedf71c0da78ffa89c92d0045 (diff) | |
| download | mtk-20170518-9e9a0a4ca0bb423d0b8fc433140fda3dbebcb0f4.zip mtk-20170518-9e9a0a4ca0bb423d0b8fc433140fda3dbebcb0f4.tar.gz mtk-20170518-9e9a0a4ca0bb423d0b8fc433140fda3dbebcb0f4.tar.bz2 | |
introduce USB_SUPPORT, clean up some dependencies
SVN-Revision: 4690
Diffstat (limited to 'openwrt/target/linux')
| -rw-r--r-- | openwrt/target/linux/Config.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index 9b505df..1c1361e 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -328,13 +328,11 @@ config PACKAGE_KMOD_NET_PRISM54 endmenu menu "PCMCIA/CardBus support" - depends LINUX_2_4_X86 || LINUX_2_6_X86 || LINUX_2_4_BRCM || LINUX_2_6_BRCM + depends PCMCIA_SUPPORT config PACKAGE_KMOD_PCMCIA_CORE prompt "kmod-pcmcia-core.................. PCMCIA/CardBus support" - depends PCMCIA_SUPPORT tristate - depends LINUX_2_4_X86 || LINUX_2_6_X86 || LINUX_2_4_BRCM || LINUX_2_6_BRCM default m config PACKAGE_KMOD_PCMCIA_SERIAL @@ -346,11 +344,11 @@ config PACKAGE_KMOD_PCMCIA_SERIAL endmenu menu "USB support" + depends USB_SUPPORT config PACKAGE_KMOD_USB prompt "kmod-usb-core..................... USB support" tristate - default n if LINUX_2_4_AR531X default m config PACKAGE_KMOD_USB_UHCI @@ -468,8 +466,8 @@ config PACKAGE_KMOD_AX25 config PACKAGE_KMOD_BLUETOOTH prompt "kmod-bluetooth.................... Bluetooth drivers and network stack" tristate + depends PCI_SUPPORT || USB_SUPPORT default m - default n if LINUX_2_4_AR531X help Bluetooth drivers and network stack |
