brintos

brintos / linux-shallow public Read only

0
0
Text · 927 B · be50a6b Raw
33 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Sunplus network device configuration4#5 6config NET_VENDOR_SUNPLUS7	bool "Sunplus devices"8	default y9	depends on ARCH_SUNPLUS || COMPILE_TEST10	help11	  If you have a network (Ethernet) card belonging to this12	  class, say Y here.13 14	  Note that the answer to this question doesn't directly15	  affect the kernel: saying N will just cause the configurator16	  to skip all the questions about Sunplus cards. If you say Y,17	  you will be asked for your specific card in the following18	  questions.19 20if NET_VENDOR_SUNPLUS21 22config SP7021_EMAC23	tristate "Sunplus Dual 10M/100M Ethernet devices"24	depends on SOC_SP7021 || COMPILE_TEST25	select PHYLIB26	help27	  If you have Sunplus dual 10M/100M Ethernet devices, say Y.28	  The network device creates two net-device interfaces.29	  To compile this driver as a module, choose M here. The30	  module will be called sp7021_emac.31 32endif # NET_VENDOR_SUNPLUS33