39 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config NET_VENDOR_SOCIONEXT3 bool "Socionext ethernet drivers"4 default y5 help6 Option to select ethernet drivers for Socionext platforms.7 8 Note that the answer to this question doesn't directly affect the9 kernel: saying N will just cause the configurator to skip all10 the questions about Socionext devices. If you say Y, you will be asked11 for your specific card in the following questions.12 13if NET_VENDOR_SOCIONEXT14 15config SNI_AVE16 tristate "Socionext AVE ethernet support"17 depends on (ARCH_UNIPHIER || COMPILE_TEST) && OF18 depends on HAS_IOMEM19 select MFD_SYSCON20 select PHYLIB21 help22 Driver for gigabit ethernet MACs, called AVE, in the23 Socionext UniPhier family.24 25config SNI_NETSEC26 tristate "Socionext NETSEC ethernet support"27 depends on (ARCH_SYNQUACER || COMPILE_TEST) && OF28 select PHYLIB29 select PAGE_POOL30 select MII31 help32 Enable to add support for the SocioNext NetSec Gigabit Ethernet33 controller + PHY, as found on the Synquacer SC2A11 SoC34 35 To compile this driver as a module, choose M here: the module will be36 called netsec. If unsure, say N.37 38endif #NET_VENDOR_SOCIONEXT39