summaryrefslogtreecommitdiffstats
path: root/arch/mips
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/mips
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/mips')
-rw-r--r--arch/mips/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 524375a81a..7c40991cab 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -353,11 +353,3 @@ config MIPS_OPTIMIZED_STRING_FUNCTIONS
increase your binary size.
endmenu
-
-source common/Kconfig
-source commands/Kconfig
-source net/Kconfig
-source drivers/Kconfig
-source fs/Kconfig
-source lib/Kconfig
-source crypto/Kconfig