Kunihiko Hayashi | 4c270b55 | 2017-12-28 15:58:12 +0900 | [diff] [blame] | 1 | config NET_VENDOR_SOCIONEXT |
| 2 | bool "Socionext ethernet drivers" |
| 3 | default y |
| 4 | ---help--- |
| 5 | Option to select ethernet drivers for Socionext platforms. |
| 6 | |
| 7 | Note that the answer to this question doesn't directly affect the |
| 8 | kernel: saying N will just cause the configurator to skip all |
| 9 | the questions about Socionext devices. If you say Y, you will be asked |
| 10 | for your specific card in the following questions. |
| 11 | |
| 12 | if NET_VENDOR_SOCIONEXT |
| 13 | |
| 14 | config SNI_AVE |
| 15 | tristate "Socionext AVE ethernet support" |
| 16 | depends on (ARCH_UNIPHIER || COMPILE_TEST) && OF |
Kunihiko Hayashi | 57878f2f | 2018-04-19 16:24:55 +0900 | [diff] [blame] | 17 | depends on HAS_IOMEM |
| 18 | select MFD_SYSCON |
Kunihiko Hayashi | 4c270b55 | 2017-12-28 15:58:12 +0900 | [diff] [blame] | 19 | select PHYLIB |
| 20 | ---help--- |
| 21 | Driver for gigabit ethernet MACs, called AVE, in the |
| 22 | Socionext UniPhier family. |
| 23 | |
Jassi Brar | 533dd11a1 | 2018-01-06 19:44:37 +0530 | [diff] [blame] | 24 | config SNI_NETSEC |
| 25 | tristate "Socionext NETSEC ethernet support" |
| 26 | depends on (ARCH_SYNQUACER || COMPILE_TEST) && OF |
| 27 | select PHYLIB |
| 28 | select MII |
| 29 | ---help--- |
| 30 | Enable to add support for the SocioNext NetSec Gigabit Ethernet |
| 31 | controller + PHY, as found on the Synquacer SC2A11 SoC |
| 32 | |
| 33 | To compile this driver as a module, choose M here: the module will be |
| 34 | called netsec. If unsure, say N. |
| 35 | |
Kunihiko Hayashi | 4c270b55 | 2017-12-28 15:58:12 +0900 | [diff] [blame] | 36 | endif #NET_VENDOR_SOCIONEXT |