diff options
author | jpinto <Joao.Pinto@synopsys.com> | 2017-01-17 14:53:07 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-18 12:12:04 -0500 |
commit | ab70e5862670177d207ea0e0e16454e4083a5ad5 (patch) | |
tree | 84daa4638be066116d523053599a15ced6f4c268 /drivers/net/ethernet/stmicro/Kconfig | |
parent | d8bec2b29a82981acb229215e3970d4d50a7e6eb (diff) | |
download | linux-ab70e5862670177d207ea0e0e16454e4083a5ad5.tar.bz2 |
stmicro: add more information to Kconfig
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>
Diffstat (limited to 'drivers/net/ethernet/stmicro/Kconfig')
-rw-r--r-- | drivers/net/ethernet/stmicro/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/stmicro/Kconfig b/drivers/net/ethernet/stmicro/Kconfig index 1c1157d2bd40..ecd7a5edef5d 100644 --- a/drivers/net/ethernet/stmicro/Kconfig +++ b/drivers/net/ethernet/stmicro/Kconfig @@ -7,7 +7,8 @@ config NET_VENDOR_STMICRO default y depends on HAS_IOMEM ---help--- - If you have a network (Ethernet) card belonging to this class, say Y. + 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 |