0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # STMicroelectronics device configuration
0004 #
0005
0006 config NET_VENDOR_STMICRO
0007 bool "STMicroelectronics devices"
0008 default y
0009 depends on HAS_IOMEM
0010 help
0011 If you have a network (Ethernet) card based on Synopsys Ethernet IP
0012 Cores, say Y.
0013
0014 Note that the answer to this question doesn't directly affect the
0015 kernel: saying N will just cause the configurator to skip all
0016 the questions about STMicroelectronics cards. If you say Y, you will
0017 be asked for your specific card in the following questions.
0018
0019 if NET_VENDOR_STMICRO
0020
0021 source "drivers/net/ethernet/stmicro/stmmac/Kconfig"
0022
0023 endif # NET_VENDOR_STMICRO