mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-11 09:02:35 +00:00
stmmac: remove dead option in the driver's Kconfig
This patch removes the CPU_SUBTYPE_ST40 dependency in the
driver's Kconfig.
In fact, this option has been removed in the commit:
f966918724
as reported by Christian Dietrich.
Note that the driver remains tested on STM platforms, only.
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
219dd1132a
commit
ac75791aa9
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ config STMMAC_ETH
|
||||||
select MII
|
select MII
|
||||||
select PHYLIB
|
select PHYLIB
|
||||||
select CRC32
|
select CRC32
|
||||||
depends on NETDEVICES && CPU_SUBTYPE_ST40
|
depends on NETDEVICES
|
||||||
help
|
help
|
||||||
This is the driver for the Ethernet IPs are built around a
|
This is the driver for the Ethernet IPs are built around a
|
||||||
Synopsys IP Core and fully tested on the STMicroelectronics
|
Synopsys IP Core and only tested on the STMicroelectronics
|
||||||
platforms.
|
platforms.
|
||||||
|
|
||||||
if STMMAC_ETH
|
if STMMAC_ETH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue