blob: d881f99c9dddec40b2d9179ff9ad258005381b38 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Chen Liqin6bc9a392009-06-12 22:01:00 +08002menu "Machine selection"
3
Thomas Gleixner2fc361b2011-01-19 20:41:19 +01004config SCORE
5 def_bool y
Thomas Gleixner324808c22011-03-25 14:16:56 +00006 select GENERIC_IRQ_SHOW
Michael S. Tsirkin4673ca82011-11-24 14:54:28 +02007 select GENERIC_IOMAP
Fengguang Wu0d118d72012-10-04 17:12:18 -07008 select GENERIC_ATOMIC64
Tejun Heoa2bf79e2011-12-08 10:22:09 -08009 select HAVE_MEMBLOCK
10 select HAVE_MEMBLOCK_NODE_MAP
11 select ARCH_DISCARD_MEMBLOCK
Ben Hutchings9f13a1f2012-01-10 03:04:32 +000012 select GENERIC_CPU_DEVICES
Anna-Maria Gleixner43229d12012-05-18 16:45:52 +000013 select GENERIC_CLOCKEVENTS
David Howells786d35d2012-09-28 14:31:03 +093014 select HAVE_MOD_ARCH_SPECIFIC
Stephen Rothwell4febd952013-03-07 15:48:16 +110015 select VIRT_TO_BUS
David Howells786d35d2012-09-28 14:31:03 +093016 select MODULES_USE_ELF_REL
Al Viroeda96972012-10-21 16:44:57 -040017 select CLONE_BACKWARDS
Zhaoxiu Zengfff7fb02016-05-20 17:03:57 -070018 select CPU_NO_EFFICIENT_FFS
Thomas Gleixner2fc361b2011-01-19 20:41:19 +010019
Chen Liqin6bc9a392009-06-12 22:01:00 +080020choice
21 prompt "System type"
22 default MACH_SPCT6600
23
24config ARCH_SCORE7
25 bool "SCORE7 processor"
26 select SYS_SUPPORTS_32BIT_KERNEL
Chen Liqin6bc9a392009-06-12 22:01:00 +080027
28config MACH_SPCT6600
29 bool "SPCT6600 series based machines"
30 select SYS_SUPPORTS_32BIT_KERNEL
Chen Liqin6bc9a392009-06-12 22:01:00 +080031
32config SCORE_SIM
33 bool "Score simulator"
34 select SYS_SUPPORTS_32BIT_KERNEL
Chen Liqin6bc9a392009-06-12 22:01:00 +080035endchoice
36
37endmenu
38
Chen Liqin6bc9a392009-06-12 22:01:00 +080039config NO_DMA
40 bool
41 default y
42
43config RWSEM_GENERIC_SPINLOCK
44 def_bool y
45
Chen Liqin6bc9a392009-06-12 22:01:00 +080046config GENERIC_HWEIGHT
47 def_bool y
48
49config GENERIC_CALIBRATE_DELAY
50 def_bool y
51
Chen Liqin6bc9a392009-06-12 22:01:00 +080052menu "Kernel type"
53
54config 32BIT
55 def_bool y
56
Chen Liqin6bc9a392009-06-12 22:01:00 +080057config ARCH_FLATMEM_ENABLE
58 def_bool y
59
Chen Liqin6bc9a392009-06-12 22:01:00 +080060source "mm/Kconfig"
61
62config MEMORY_START
63 hex
64 default 0xa0000000
65
Chen Liqin6bc9a392009-06-12 22:01:00 +080066source "kernel/Kconfig.hz"
67source "kernel/Kconfig.preempt"
68
69endmenu
70
71config RWSEM_GENERIC_SPINLOCK
72 def_bool y
73
74config LOCKDEP_SUPPORT
75 def_bool y
76
77config STACKTRACE_SUPPORT
78 def_bool y
79
80source "init/Kconfig"
81
Chen Gang57a1a192013-08-13 16:01:02 -070082source "kernel/Kconfig.freezer"
83
Chen Liqin6bc9a392009-06-12 22:01:00 +080084config MMU
85 def_bool y
86
87menu "Executable file formats"
88
89source "fs/Kconfig.binfmt"
90
91endmenu
92
93source "net/Kconfig"
94
95source "drivers/Kconfig"
96
97source "fs/Kconfig"
98
99source "arch/score/Kconfig.debug"
100
101source "security/Kconfig"
102
103source "crypto/Kconfig"
104
105source "lib/Kconfig"
Lennox Wu5fbbf8a2013-09-14 13:48:37 +0800106
107config NO_IOMEM
108 def_bool y