License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / arch / score / Kconfig
blobd881f99c9dddec40b2d9179ff9ad258005381b38
1 # SPDX-License-Identifier: GPL-2.0
2 menu "Machine selection"
4 config SCORE
5        def_bool y
6        select GENERIC_IRQ_SHOW
7        select GENERIC_IOMAP
8        select GENERIC_ATOMIC64
9        select HAVE_MEMBLOCK
10        select HAVE_MEMBLOCK_NODE_MAP
11        select ARCH_DISCARD_MEMBLOCK
12        select GENERIC_CPU_DEVICES
13        select GENERIC_CLOCKEVENTS
14        select HAVE_MOD_ARCH_SPECIFIC
15         select VIRT_TO_BUS
16         select MODULES_USE_ELF_REL
17         select CLONE_BACKWARDS
18         select CPU_NO_EFFICIENT_FFS
20 choice
21         prompt "System type"
22         default MACH_SPCT6600
24 config ARCH_SCORE7
25         bool "SCORE7 processor"
26         select SYS_SUPPORTS_32BIT_KERNEL
28 config MACH_SPCT6600
29         bool "SPCT6600 series based machines"
30         select SYS_SUPPORTS_32BIT_KERNEL
32 config SCORE_SIM
33         bool "Score simulator"
34         select SYS_SUPPORTS_32BIT_KERNEL
35 endchoice
37 endmenu
39 config NO_DMA
40         bool
41         default y
43 config RWSEM_GENERIC_SPINLOCK
44         def_bool y
46 config GENERIC_HWEIGHT
47         def_bool y
49 config GENERIC_CALIBRATE_DELAY
50         def_bool y
52 menu "Kernel type"
54 config 32BIT
55         def_bool y
57 config ARCH_FLATMEM_ENABLE
58         def_bool y
60 source "mm/Kconfig"
62 config MEMORY_START
63         hex
64         default 0xa0000000
66 source "kernel/Kconfig.hz"
67 source "kernel/Kconfig.preempt"
69 endmenu
71 config RWSEM_GENERIC_SPINLOCK
72         def_bool y
74 config LOCKDEP_SUPPORT
75         def_bool y
77 config STACKTRACE_SUPPORT
78         def_bool y
80 source "init/Kconfig"
82 source "kernel/Kconfig.freezer"
84 config MMU
85         def_bool y
87 menu "Executable file formats"
89 source "fs/Kconfig.binfmt"
91 endmenu
93 source "net/Kconfig"
95 source "drivers/Kconfig"
97 source "fs/Kconfig"
99 source "arch/score/Kconfig.debug"
101 source "security/Kconfig"
103 source "crypto/Kconfig"
105 source "lib/Kconfig"
107 config NO_IOMEM
108        def_bool y