summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-09-05 16:17:06 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-09-05 16:17:06 +0000
commit6f8d5efb9d2c5e557c973bdaf5b54ed5eaa5d670 (patch)
tree47bc3650ba4b1f907bb186f1b2569a7b5a776130 /target
parenta37b2b1bf9fdd4e1a5397b96e8456203e39e0903 (diff)
ar71xx: select AR71XX_DEV_DSA when AR71XX_DEV_AP91_ETH is selected, do not select AR71XX_DEV_AP91_ETH for TL-WA901ND and TL-WR741ND
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22935 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig b/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig
index bae727421..1657ffa0a 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig
@@ -171,7 +171,6 @@ config AR71XX_MACH_NBG460N
config AR71XX_MACH_TL_WA901ND
bool "TP-LINK TL-WA901ND support"
select AR71XX_DEV_M25P80
- select AR71XX_DEV_AP91_ETH
select AR71XX_DEV_AP91_PCI if PCI
select AR71XX_DEV_DSA
select AR71XX_DEV_GPIO_BUTTONS
@@ -181,7 +180,6 @@ config AR71XX_MACH_TL_WA901ND
config AR71XX_MACH_TL_WR741ND
bool "TP-LINK TL-WR741ND support"
select AR71XX_DEV_M25P80
- select AR71XX_DEV_AP91_ETH
select AR71XX_DEV_AP91_PCI if PCI
select AR71XX_DEV_GPIO_BUTTONS
select AR71XX_DEV_LEDS_GPIO
@@ -257,6 +255,7 @@ config AR71XX_DEV_AP91_PCI
def_bool n
config AR71XX_DEV_AP91_ETH
+ select AR71XX_DEV_DSA
def_bool n
config AR71XX_DEV_AP94_PCI