diff options
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/Kconfig')
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/Kconfig | 50 |
1 files changed, 4 insertions, 46 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/Kconfig b/drivers/net/ethernet/stmicro/stmmac/Kconfig index b02d4a3ffa37..40f356d9f21b 100644 --- a/drivers/net/ethernet/stmicro/stmmac/Kconfig +++ b/drivers/net/ethernet/stmicro/stmmac/Kconfig | |||
@@ -18,56 +18,14 @@ config STMMAC_PLATFORM | |||
18 | depends on STMMAC_ETH | 18 | depends on STMMAC_ETH |
19 | default y | 19 | default y |
20 | ---help--- | 20 | ---help--- |
21 | This selects the platform specific bus support for | 21 | This selects the platform specific bus support for the stmmac driver. |
22 | the stmmac device driver. This is the driver used | 22 | This is the driver used on several SoCs: |
23 | on many embedded STM platforms based on ARM and SuperH | 23 | STi, Allwinner, Amlogic Meson, Altera SOCFPGA. |
24 | processors. | 24 | |
25 | If you have a controller with this interface, say Y or M here. | 25 | If you have a controller with this interface, say Y or M here. |
26 | 26 | ||
27 | If unsure, say N. | 27 | If unsure, say N. |
28 | 28 | ||
29 | config DWMAC_MESON | ||
30 | bool "Amlogic Meson dwmac support" | ||
31 | depends on STMMAC_PLATFORM && ARCH_MESON | ||
32 | help | ||
33 | Support for Ethernet controller on Amlogic Meson SoCs. | ||
34 | |||
35 | This selects the Amlogic Meson SoC glue layer support for | ||
36 | the stmmac device driver. This driver is used for Meson6 and | ||
37 | Meson8 SoCs. | ||
38 | |||
39 | config DWMAC_SOCFPGA | ||
40 | bool "SOCFPGA dwmac support" | ||
41 | depends on STMMAC_PLATFORM && MFD_SYSCON && (ARCH_SOCFPGA || COMPILE_TEST) | ||
42 | help | ||
43 | Support for ethernet controller on Altera SOCFPGA | ||
44 | |||
45 | This selects the Altera SOCFPGA SoC glue layer support | ||
46 | for the stmmac device driver. This driver is used for | ||
47 | arria5 and cyclone5 FPGA SoCs. | ||
48 | |||
49 | config DWMAC_SUNXI | ||
50 | bool "Allwinner GMAC support" | ||
51 | depends on STMMAC_PLATFORM && ARCH_SUNXI | ||
52 | default y | ||
53 | ---help--- | ||
54 | Support for Allwinner A20/A31 GMAC ethernet controllers. | ||
55 | |||
56 | This selects Allwinner SoC glue layer support for the | ||
57 | stmmac device driver. This driver is used for A20/A31 | ||
58 | GMAC ethernet controller. | ||
59 | |||
60 | config DWMAC_STI | ||
61 | bool "STi GMAC support" | ||
62 | depends on STMMAC_PLATFORM && ARCH_STI | ||
63 | default y | ||
64 | ---help--- | ||
65 | Support for ethernet controller on STi SOCs. | ||
66 | |||
67 | This selects STi SoC glue layer support for the stmmac | ||
68 | device driver. This driver is used on for the STi series | ||
69 | SOCs GMAC ethernet controller. | ||
70 | |||
71 | config STMMAC_PCI | 29 | config STMMAC_PCI |
72 | bool "STMMAC PCI bus support" | 30 | bool "STMMAC PCI bus support" |
73 | depends on STMMAC_ETH && PCI | 31 | depends on STMMAC_ETH && PCI |