ar71xx: select AR71XX_DEV_DSA when AR71XX_DEV_AP91_ETH is selected, do not select...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 5 Sep 2010 16:17:06 +0000 (16:17 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 5 Sep 2010 16:17:06 +0000 (16:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22935 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig

index bae7274..1657ffa 100644 (file)
@@ -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
This page took 0.023903 seconds and 4 git commands to generate.