0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config NET_VENDOR_SOCIONEXT
0003 bool "Socionext ethernet drivers"
0004 default y
0005 help
0006 Option to select ethernet drivers for Socionext platforms.
0007
0008 Note that the answer to this question doesn't directly affect the
0009 kernel: saying N will just cause the configurator to skip all
0010 the questions about Socionext devices. If you say Y, you will be asked
0011 for your specific card in the following questions.
0012
0013 if NET_VENDOR_SOCIONEXT
0014
0015 config SNI_AVE
0016 tristate "Socionext AVE ethernet support"
0017 depends on (ARCH_UNIPHIER || COMPILE_TEST) && OF
0018 depends on HAS_IOMEM
0019 select MFD_SYSCON
0020 select PHYLIB
0021 help
0022 Driver for gigabit ethernet MACs, called AVE, in the
0023 Socionext UniPhier family.
0024
0025 config SNI_NETSEC
0026 tristate "Socionext NETSEC ethernet support"
0027 depends on (ARCH_SYNQUACER || COMPILE_TEST) && OF
0028 select PHYLIB
0029 select PAGE_POOL
0030 select MII
0031 help
0032 Enable to add support for the SocioNext NetSec Gigabit Ethernet
0033 controller + PHY, as found on the Synquacer SC2A11 SoC
0034
0035 To compile this driver as a module, choose M here: the module will be
0036 called netsec. If unsure, say N.
0037
0038 endif #NET_VENDOR_SOCIONEXT