summaryrefslogtreecommitdiffstats
path: root/Kconfig
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 /Kconfig
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 'Kconfig')
-rw-r--r--Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 197dd1c4b3..5c99e666c0 100644
--- a/Kconfig
+++ b/Kconfig
@@ -10,4 +10,12 @@ config SRCARCH
source "arch/$SRCARCH/Kconfig"
+source common/Kconfig
+source commands/Kconfig
+source net/Kconfig
+source drivers/Kconfig
+source fs/Kconfig
+source lib/Kconfig
+source crypto/Kconfig
+source firmware/Kconfig
source "scripts/Kconfig"