summaryrefslogtreecommitdiffstats
path: root/drivers/of
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/of
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/of')
-rw-r--r--drivers/of/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
index 9ed86afd74..23be25d85d 100644
--- a/drivers/of/Kconfig
+++ b/drivers/of/Kconfig
@@ -18,10 +18,6 @@ config OFDEVICE
config OF_ADDRESS_PCI
bool
-config OF_NET
- depends on NET
- def_bool y
-
config OF_GPIO
depends on GPIOLIB
depends on OFDEVICE