Kconfig (c25f40627ff8352858032b92a3fb2bae7b051c53) Kconfig (fb7310769882c2fb9716352a78744327e72c2430)
1source "drivers/net/phy/Kconfig"
2source "drivers/net/pfe_eth/Kconfig"
3
4config DM_ETH
5 bool "Enable Driver Model for Ethernet drivers"
6 depends on DM
7 help
8 Enable driver model for Ethernet.

--- 167 unchanged lines hidden (view full) ---

176config FTMAC100
177 bool "Ftmac100 Ethernet Support"
178 help
179 This MAC is present in Andestech SoCs.
180
181config MVGBE
182 bool "Marvell Orion5x/Kirkwood network interface support"
183 depends on KIRKWOOD || ORION5X
1source "drivers/net/phy/Kconfig"
2source "drivers/net/pfe_eth/Kconfig"
3
4config DM_ETH
5 bool "Enable Driver Model for Ethernet drivers"
6 depends on DM
7 help
8 Enable driver model for Ethernet.

--- 167 unchanged lines hidden (view full) ---

176config FTMAC100
177 bool "Ftmac100 Ethernet Support"
178 help
179 This MAC is present in Andestech SoCs.
180
181config MVGBE
182 bool "Marvell Orion5x/Kirkwood network interface support"
183 depends on KIRKWOOD || ORION5X
184 select PHYLIB if DM_ETH
184 help
185 This driver supports the network interface units in the
186 Marvell Orion5x and Kirkwood SoCs
187
188config MVNETA
189 bool "Marvell Armada XP/385/3700 network interface support"
190 depends on ARMADA_XP || ARMADA_38X || ARMADA_3700
191 select PHYLIB

--- 265 unchanged lines hidden ---
185 help
186 This driver supports the network interface units in the
187 Marvell Orion5x and Kirkwood SoCs
188
189config MVNETA
190 bool "Marvell Armada XP/385/3700 network interface support"
191 depends on ARMADA_XP || ARMADA_38X || ARMADA_3700
192 select PHYLIB

--- 265 unchanged lines hidden ---