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