xref: /openbmc/linux/drivers/net/ethernet/socionext/Kconfig (revision 9dae47aba0a055f761176d9297371d5bb24289ec)
1config NET_VENDOR_SOCIONEXT
2	bool "Socionext ethernet drivers"
3	default y
4	---help---
5	  Option to select ethernet drivers for Socionext platforms.
6
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.
11
12if NET_VENDOR_SOCIONEXT
13
14config 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.
21
22endif #NET_VENDOR_SOCIONEXT
23