summaryrefslogtreecommitdiff
path: root/openwrt/target/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2006-08-27 13:32:10 +0000
committerImre Kaloz <kaloz@openwrt.org>2006-08-27 13:32:10 +0000
commit9e9a0a4ca0bb423d0b8fc433140fda3dbebcb0f4 (patch)
treeb679e25025f13c863a0b4772f1e01501d56a4b7e /openwrt/target/Config.in
parent8278890f158d37ddedf71c0da78ffa89c92d0045 (diff)
downloadmtk-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/Config.in')
-rw-r--r--openwrt/target/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in
index 2d30091..fc35a9a 100644
--- a/openwrt/target/Config.in
+++ b/openwrt/target/Config.in
@@ -7,6 +7,7 @@ config LINUX_2_6_AU1000
select mipsel
select LINUX_2_6
select PCI_SUPPORT
+ select USB_SUPPORT
help
Build firmware for AMD Alchemy 1500 boards
(e.g. 4G-Systems Mesh/Access Cube ...)
@@ -16,6 +17,7 @@ config LINUX_2_6_ARUBA
select mips
select LINUX_2_6
select PCI_SUPPORT
+ select USB_SUPPORT
select BIG_ENDIAN
help
Build firmware images for Aruba boards
@@ -34,6 +36,7 @@ config LINUX_2_4_BRCM
bool "Broadcom BCM47xx/53xx [2.4]"
select mipsel
select PCI_SUPPORT
+ select USB_SUPPORT
select PCMCIA_SUPPORT
help
Build firmware images for Broadcom based routers
@@ -48,6 +51,7 @@ config LINUX_2_6_BRCM
select mipsel
select LINUX_2_6
select PCI_SUPPORT
+ select USB_SUPPORT
#select PCMCIA_SUPPORT
help
Build firmware images for Broadcom based routers
@@ -59,6 +63,7 @@ config LINUX_2_6_BRCM63XX
select mips
select LINUX_2_6
select PCI_SUPPORT
+ select USB_SUPPORT
select PCMCIA_SUPPORT
help
Build firmware images for Broadcom based xDSL/routers
@@ -70,6 +75,7 @@ config LINUX_2_6_XSCALE
select LINUX_2_6
select BIG_ENDIAN
select PCI_SUPPORT
+ select USB_SUPPORT
config LINUX_2_6_MAGICBOX
bool "Magicbox [2.6]"
@@ -95,6 +101,8 @@ config LINUX_2_4_X86
bool "x86 [2.4]"
select i386
select LINUX_2_4
+ select PCI_SUPPORT
+ select USB_SUPPORT
select PCMCIA_SUPPORT
help
Build firmware images for x86 based boards
@@ -104,6 +112,8 @@ config LINUX_2_6_X86
bool "x86 [2.6]"
select i386
select LINUX_2_6
+ select PCI_SUPPORT
+ select USB_SUPPORT
select PCMCIA_SUPPORT
help
Build firmware images for x86 based boards
@@ -188,6 +198,9 @@ config PCI_SUPPORT
config PCMCIA_SUPPORT
bool
+config USB_SUPPORT
+ bool
+
config BIG_ENDIAN
bool