summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-05-03 13:49:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-05-12 07:59:59 +0200
commitfab1f406fdb82f2876f48c3c9e33672c963809e2 (patch)
tree2a801a7ba42596d1c358f94ee3c34b1eed392c8c /net
parentd0f115bb774b4c013be2852296836dadd2d73aa4 (diff)
downloadbarebox-fab1f406fdb82f2876f48c3c9e33672c963809e2.tar.gz
barebox-fab1f406fdb82f2876f48c3c9e33672c963809e2.tar.xz
common: make FILE_LIST feature unconditional
CONFIG_FILE_LIST controls whether the file_list_* family of functions are compiled. common/file-list.o does not register any initcalls and there is no code that is dependent on it being available: it's selected as required. This means linker GC can completely get rid of it if required, so drop the symbol. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20210503114901.13095-16-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'net')
-rw-r--r--net/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 1549c9af6b..3512055c45 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -35,7 +35,6 @@ config NET_SNTP
config NET_FASTBOOT
bool
select BANNER
- select FILE_LIST
select FASTBOOT_BASE
prompt "Android Fastboot support"
help