Browse Source

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
Felix Fietkau 15 years ago
parent
commit
0c6653c6e2
1 changed files with 1 additions and 2 deletions
  1. 1 2
      target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig

+ 1 - 2
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