summaryrefslogtreecommitdiffstats
path: root/arch/x86/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 /arch/x86/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 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 52ccf4894f..3f91585d02 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -97,11 +97,3 @@ endchoice
source arch/x86/boot/Kconfig
source arch/x86/mach-i386/Kconfig
-
-source common/Kconfig
-source commands/Kconfig
-source net/Kconfig
-source drivers/Kconfig
-source fs/Kconfig
-source lib/Kconfig
-source crypto/Kconfig