thp, s390: thp splitting backend for s390
[deliverable/linux.git] / arch / score / Kconfig
1 menu "Machine selection"
2
3 config SCORE
4 def_bool y
5 select HAVE_GENERIC_HARDIRQS
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
15 choice
16 prompt "System type"
17 default MACH_SPCT6600
18
19 config ARCH_SCORE7
20 bool "SCORE7 processor"
21 select SYS_SUPPORTS_32BIT_KERNEL
22 select CPU_SCORE7
23 select GENERIC_HAS_IOMAP
24
25 config MACH_SPCT6600
26 bool "SPCT6600 series based machines"
27 select SYS_SUPPORTS_32BIT_KERNEL
28 select CPU_SCORE7
29 select GENERIC_HAS_IOMAP
30
31 config SCORE_SIM
32 bool "Score simulator"
33 select SYS_SUPPORTS_32BIT_KERNEL
34 select CPU_SCORE7
35 select GENERIC_HAS_IOMAP
36 endchoice
37
38 endmenu
39
40 config CPU_SCORE7
41 bool
42
43 config NO_DMA
44 bool
45 default y
46
47 config RWSEM_GENERIC_SPINLOCK
48 def_bool y
49
50 config GENERIC_HWEIGHT
51 def_bool y
52
53 config GENERIC_CALIBRATE_DELAY
54 def_bool y
55
56 menu "Kernel type"
57
58 config 32BIT
59 def_bool y
60
61 config ARCH_FLATMEM_ENABLE
62 def_bool y
63
64 source "mm/Kconfig"
65
66 config MEMORY_START
67 hex
68 default 0xa0000000
69
70 source "kernel/Kconfig.hz"
71 source "kernel/Kconfig.preempt"
72
73 endmenu
74
75 config RWSEM_GENERIC_SPINLOCK
76 def_bool y
77
78 config LOCKDEP_SUPPORT
79 def_bool y
80
81 config STACKTRACE_SUPPORT
82 def_bool y
83
84 source "init/Kconfig"
85
86 config MMU
87 def_bool y
88
89 menu "Executable file formats"
90
91 source "fs/Kconfig.binfmt"
92
93 endmenu
94
95 source "net/Kconfig"
96
97 source "drivers/Kconfig"
98
99 source "fs/Kconfig"
100
101 source "arch/score/Kconfig.debug"
102
103 source "security/Kconfig"
104
105 source "crypto/Kconfig"
106
107 source "lib/Kconfig"
This page took 0.047461 seconds and 5 git commands to generate.