summaryrefslogtreecommitdiffstats
path: root/arch/nios2
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2018-11-30 01:14:28 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2018-12-03 08:43:03 +0100
commitb73db6d43b59c681ddc0faf6b7b9a961bf32e137 (patch)
tree4733394e0cdb09d53b3130fb0aa48f1341c0a652 /arch/nios2
parent67a6c4417abf1904e9b415c939a2f501cb4216e0 (diff)
downloadbarebox-b73db6d43b59c681ddc0faf6b7b9a961bf32e137.tar.gz
barebox-b73db6d43b59c681ddc0faf6b7b9a961bf32e137.tar.xz
kconfig: include common Kconfig files from top-level Kconfig
Based on this linux kernel commit: > commit 1572497cb0e6d2016078bc9d5a95786bb878389f > Author: Christoph Hellwig <hch@lst.de> > Date: Tue Jul 31 13:39:30 2018 +0200 > > kconfig: include common Kconfig files from top-level Kconfig Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/nios2')
-rw-r--r--arch/nios2/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/nios2/Kconfig b/arch/nios2/Kconfig
index 199540ba74..c7c13a464b 100644
--- a/arch/nios2/Kconfig
+++ b/arch/nios2/Kconfig
@@ -27,11 +27,3 @@ config EARLY_PRINTF
bool "Enable early printf functions"
endmenu
-
-source common/Kconfig
-source commands/Kconfig
-source net/Kconfig
-source drivers/Kconfig
-source fs/Kconfig
-source lib/Kconfig
-source crypto/Kconfig