0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Sunplus network device configuration
0004 #
0005
0006 config NET_VENDOR_SUNPLUS
0007 bool "Sunplus devices"
0008 default y
0009 depends on ARCH_SUNPLUS || COMPILE_TEST
0010 help
0011 If you have a network (Ethernet) card belonging to this
0012 class, say Y here.
0013
0014 Note that the answer to this question doesn't directly
0015 affect the kernel: saying N will just cause the configurator
0016 to skip all the questions about Sunplus cards. If you say Y,
0017 you will be asked for your specific card in the following
0018 questions.
0019
0020 if NET_VENDOR_SUNPLUS
0021
0022 config SP7021_EMAC
0023 tristate "Sunplus Dual 10M/100M Ethernet devices"
0024 depends on SOC_SP7021 || COMPILE_TEST
0025 select PHYLIB
0026 help
0027 If you have Sunplus dual 10M/100M Ethernet devices, say Y.
0028 The network device creates two net-device interfaces.
0029 To compile this driver as a module, choose M here. The
0030 module will be called sp7021_emac.
0031
0032 endif # NET_VENDOR_SUNPLUS