License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / score / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
6bc9a396
CL
2menu "Machine selection"
3
2fc361bf
TG
4config SCORE
5 def_bool y
324808c2 6 select GENERIC_IRQ_SHOW
4673ca8e 7 select GENERIC_IOMAP
0d118d7f 8 select GENERIC_ATOMIC64
a2bf79e7
TH
9 select HAVE_MEMBLOCK
10 select HAVE_MEMBLOCK_NODE_MAP
11 select ARCH_DISCARD_MEMBLOCK
9f13a1fd 12 select GENERIC_CPU_DEVICES
43229d1e 13 select GENERIC_CLOCKEVENTS
786d35d4 14 select HAVE_MOD_ARCH_SPECIFIC
4febd95a 15 select VIRT_TO_BUS
786d35d4 16 select MODULES_USE_ELF_REL
eda96977 17 select CLONE_BACKWARDS
fff7fb0b 18 select CPU_NO_EFFICIENT_FFS
2fc361bf 19
6bc9a396
CL
20choice
21 prompt "System type"
22 default MACH_SPCT6600
23
24config ARCH_SCORE7
25 bool "SCORE7 processor"
26 select SYS_SUPPORTS_32BIT_KERNEL
6bc9a396
CL
27
28config MACH_SPCT6600
29 bool "SPCT6600 series based machines"
30 select SYS_SUPPORTS_32BIT_KERNEL
6bc9a396
CL
31
32config SCORE_SIM
33 bool "Score simulator"
34 select SYS_SUPPORTS_32BIT_KERNEL
6bc9a396
CL
35endchoice
36
37endmenu
38
6bc9a396
CL
39config NO_DMA
40 bool
41 default y
42
43config RWSEM_GENERIC_SPINLOCK
44 def_bool y
45
6bc9a396
CL
46config GENERIC_HWEIGHT
47 def_bool y
48
49config GENERIC_CALIBRATE_DELAY
50 def_bool y
51
6bc9a396
CL
52menu "Kernel type"
53
54config 32BIT
55 def_bool y
56
6bc9a396
CL
57config ARCH_FLATMEM_ENABLE
58 def_bool y
59
6bc9a396
CL
60source "mm/Kconfig"
61
62config MEMORY_START
63 hex
64 default 0xa0000000
65
6bc9a396
CL
66source "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
57a1a197
CG
82source "kernel/Kconfig.freezer"
83
6bc9a396
CL
84config 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"
5fbbf8a1
LW
106
107config NO_IOMEM
108 def_bool y