mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 01:56:57 +07:00
ab70e58626
This patch adds more info to stmicro' Kconfig files in order to be clearer that the driver can be used by ethernet cards based on 10/100/1000/EQOS Synopsys IP Cores. EQOS was also added stmmac/Kconfig Kconfig, since dwmac4 is in fact EQoS, one of Synopsys Ethernet IPs. More info at: https://www.synopsys.com/dw/ipdir.php?ds=dwc_ether_qos Signed-off-by: Joao Pinto <jpinto@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>
23 lines
616 B
Plaintext
23 lines
616 B
Plaintext
#
|
|
# STMicroelectronics device configuration
|
|
#
|
|
|
|
config NET_VENDOR_STMICRO
|
|
bool "STMicroelectronics devices"
|
|
default y
|
|
depends on HAS_IOMEM
|
|
---help---
|
|
If you have a network (Ethernet) card based on Synopsys Ethernet IP
|
|
Cores, say Y.
|
|
|
|
Note that the answer to this question doesn't directly affect the
|
|
kernel: saying N will just cause the configurator to skip all
|
|
the questions about STMicroelectronics cards. If you say Y, you will
|
|
be asked for your specific card in the following questions.
|
|
|
|
if NET_VENDOR_STMICRO
|
|
|
|
source "drivers/net/ethernet/stmicro/stmmac/Kconfig"
|
|
|
|
endif # NET_VENDOR_STMICRO
|