diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-09-05 16:17:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-09-05 16:17:06 +0000 |
commit | 0c6653c6e2f5c122afee186d69cef106bae69d66 (patch) | |
tree | e29a3e90c4f097555ff260ba35299e00ee339504 | |
parent | 392888845c01b5fb150a003c935ad43e708c9406 (diff) | |
download | upstream-0c6653c6e2f5c122afee186d69cef106bae69d66.tar.gz upstream-0c6653c6e2f5c122afee186d69cef106bae69d66.tar.bz2 upstream-0c6653c6e2f5c122afee186d69cef106bae69d66.zip |
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
SVN-Revision: 22935
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig | 3 |
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 bae7274214..1657ffa0a8 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 |