summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2020-04-29 07:39:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-29 09:07:01 +0200
commita929b61b384f30c0099442c60527d8cc0865ccbe (patch)
tree76cd45caf3f00759e06b4d891ebfefd6e5accf90 /drivers/net/Kconfig
parent68450b61e22677a8657ab54a72af50c93193a1c8 (diff)
downloadbarebox-a929b61b384f30c0099442c60527d8cc0865ccbe.tar.gz
barebox-a929b61b384f30c0099442c60527d8cc0865ccbe.tar.xz
net: remove unused Kconfig options
Both options are used nowhere and can be dropped: - OF_NET code is compiled always and code is discarded at link-time if unreferenced - Designware Ethernet can be enabled in Kconfig and no arch code selects the symbol Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 5823320b03..efa16b30e4 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -7,9 +7,6 @@ config HAS_AT91_ETHER
config HAS_CS8900
bool
-config HAS_DESIGNWARE_ETH
- bool
-
config HAS_DM9000
bool