diff options
Diffstat (limited to 'drivers/net/ethernet/marvell/Kconfig')
-rw-r--r-- | drivers/net/ethernet/marvell/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/net/ethernet/marvell/Kconfig b/drivers/net/ethernet/marvell/Kconfig index 232ccb3cb08b..edfba9370922 100644 --- a/drivers/net/ethernet/marvell/Kconfig +++ b/drivers/net/ethernet/marvell/Kconfig | |||
@@ -42,6 +42,19 @@ config MVMDIO | |||
42 | (used on Armada 370 and XP), but it could be used in the | 42 | (used on Armada 370 and XP), but it could be used in the |
43 | future by the MV643XX_ETH driver. | 43 | future by the MV643XX_ETH driver. |
44 | 44 | ||
45 | config MVNETA | ||
46 | tristate "Marvell Armada 370/XP network interface support" | ||
47 | depends on MACH_ARMADA_370_XP | ||
48 | select PHYLIB | ||
49 | select MVMDIO | ||
50 | ---help--- | ||
51 | This driver supports the network interface units in the | ||
52 | Marvell ARMADA XP and ARMADA 370 SoC family. | ||
53 | |||
54 | Note that this driver is distinct from the mv643xx_eth | ||
55 | driver, which should be used for the older Marvell SoCs | ||
56 | (Dove, Orion, Discovery, Kirkwood). | ||
57 | |||
45 | config PXA168_ETH | 58 | config PXA168_ETH |
46 | tristate "Marvell pxa168 ethernet support" | 59 | tristate "Marvell pxa168 ethernet support" |
47 | depends on CPU_PXA168 | 60 | depends on CPU_PXA168 |