summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-07-31 07:39:30 -0400
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-08-01 19:03:23 -0400
commit1572497cb0e6d2016078bc9d5a95786bb878389f (patch)
tree6b9ad32cab4e45531cbb1b6954a74d0e42ea5ffb /arch/openrisc/Kconfig
parent17c46a6aff5c423f406adfb06eb832f771c06bd1 (diff)
kconfig: include common Kconfig files from top-level Kconfig
Instead of duplicating the source statements in every architecture just do it once in the toplevel Kconfig file. Note that with this the inclusion of arch/$(SRCARCH/Kconfig moves out of the top-level Kconfig into arch/Kconfig so that don't violate ordering constraits while keeping a sensible menu structure. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/openrisc/Kconfig')
-rw-r--r--arch/openrisc/Kconfig23
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index 9ecad05bfc73..eb9f503c8972 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -72,10 +72,6 @@ config LOCKDEP_SUPPORT
72config MULTI_IRQ_HANDLER 72config MULTI_IRQ_HANDLER
73 def_bool y 73 def_bool y
74 74
75source "init/Kconfig"
76
77source "kernel/Kconfig.freezer"
78
79menu "Processor type and features" 75menu "Processor type and features"
80 76
81choice 77choice
@@ -148,7 +144,6 @@ config SMP
148 144
149source kernel/Kconfig.hz 145source kernel/Kconfig.hz
150source kernel/Kconfig.preempt 146source kernel/Kconfig.preempt
151source "mm/Kconfig"
152 147
153config OPENRISC_NO_SPR_SR_DSX 148config OPENRISC_NO_SPR_SR_DSX
154 bool "use SPR_SR_DSX software emulation" if OR1K_1200 149 bool "use SPR_SR_DSX software emulation" if OR1K_1200
@@ -207,24 +202,6 @@ endmenu
207 202
208endmenu 203endmenu
209 204
210menu "Executable file formats"
211
212source "fs/Kconfig.binfmt"
213
214endmenu
215
216source "net/Kconfig"
217
218source "drivers/Kconfig"
219
220source "fs/Kconfig"
221
222source "security/Kconfig"
223
224source "crypto/Kconfig"
225
226source "lib/Kconfig"
227
228menu "Kernel hacking" 205menu "Kernel hacking"
229 206
230source "lib/Kconfig.debug" 207source "lib/Kconfig.debug"