staging: rtl8188eu: Replace function name in string with __func__
[linux/fpc-iii.git] / drivers / net / ethernet / socionext / Kconfig
blob6bcfe27fc560371924d9a865ff84cc1bca3ad567
1 config NET_VENDOR_SOCIONEXT
2         bool "Socionext ethernet drivers"
3         default y
4         ---help---
5           Option to select ethernet drivers for Socionext platforms.
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.
12 if NET_VENDOR_SOCIONEXT
14 config SNI_AVE
15         tristate "Socionext AVE ethernet support"
16         depends on (ARCH_UNIPHIER || COMPILE_TEST) && OF
17         select PHYLIB
18         ---help---
19           Driver for gigabit ethernet MACs, called AVE, in the
20           Socionext UniPhier family.
22 config SNI_NETSEC
23         tristate "Socionext NETSEC ethernet support"
24         depends on (ARCH_SYNQUACER || COMPILE_TEST) && OF
25         select PHYLIB
26         select MII
27         ---help---
28           Enable to add support for the SocioNext NetSec Gigabit Ethernet
29           controller + PHY, as found on the Synquacer SC2A11 SoC
31           To compile this driver as a module, choose M here: the module will be
32           called netsec.  If unsure, say N.
34 endif #NET_VENDOR_SOCIONEXT