1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
24c270b55SKunihiko Hayashiconfig NET_VENDOR_SOCIONEXT
34c270b55SKunihiko Hayashi	bool "Socionext ethernet drivers"
44c270b55SKunihiko Hayashi	default y
5a7f7f624SMasahiro Yamada	help
64c270b55SKunihiko Hayashi	  Option to select ethernet drivers for Socionext platforms.
74c270b55SKunihiko Hayashi
84c270b55SKunihiko Hayashi	  Note that the answer to this question doesn't directly affect the
94c270b55SKunihiko Hayashi	  kernel: saying N will just cause the configurator to skip all
104c270b55SKunihiko Hayashi	  the questions about Socionext devices. If you say Y, you will be asked
114c270b55SKunihiko Hayashi	  for your specific card in the following questions.
124c270b55SKunihiko Hayashi
134c270b55SKunihiko Hayashiif NET_VENDOR_SOCIONEXT
144c270b55SKunihiko Hayashi
154c270b55SKunihiko Hayashiconfig SNI_AVE
164c270b55SKunihiko Hayashi	tristate "Socionext AVE ethernet support"
174c270b55SKunihiko Hayashi	depends on (ARCH_UNIPHIER || COMPILE_TEST) && OF
1857878f2fSKunihiko Hayashi	depends on HAS_IOMEM
1957878f2fSKunihiko Hayashi	select MFD_SYSCON
204c270b55SKunihiko Hayashi	select PHYLIB
21a7f7f624SMasahiro Yamada	help
224c270b55SKunihiko Hayashi	  Driver for gigabit ethernet MACs, called AVE, in the
234c270b55SKunihiko Hayashi	  Socionext UniPhier family.
244c270b55SKunihiko Hayashi
25533dd11aSJassi Brarconfig SNI_NETSEC
26533dd11aSJassi Brar	tristate "Socionext NETSEC ethernet support"
27533dd11aSJassi Brar	depends on (ARCH_SYNQUACER || COMPILE_TEST) && OF
28533dd11aSJassi Brar	select PHYLIB
295c67bf0eSIlias Apalodimas	select PAGE_POOL
30533dd11aSJassi Brar	select MII
31a7f7f624SMasahiro Yamada	help
32533dd11aSJassi Brar	  Enable to add support for the SocioNext NetSec Gigabit Ethernet
33533dd11aSJassi Brar	  controller + PHY, as found on the Synquacer SC2A11 SoC
34533dd11aSJassi Brar
35533dd11aSJassi Brar	  To compile this driver as a module, choose M here: the module will be
36533dd11aSJassi Brar	  called netsec.  If unsure, say N.
37533dd11aSJassi Brar
384c270b55SKunihiko Hayashiendif #NET_VENDOR_SOCIONEXT
39