score: switch to generic fork/vfork/clone
[deliverable/linux.git] / arch / score / Kconfig
CommitLineData
6bc9a396
CL
1menu "Machine selection"
2
2fc361bf
TG
3config SCORE
4 def_bool y
5 select HAVE_GENERIC_HARDIRQS
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
DH
14 select HAVE_MOD_ARCH_SPECIFIC
15 select MODULES_USE_ELF_REL
1856ab6d
AV
16 select GENERIC_KERNEL_THREAD
17 select GENERIC_KERNEL_EXECVE
eda96977 18 select CLONE_BACKWARDS
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
27 select CPU_SCORE7
28 select GENERIC_HAS_IOMAP
29
30config MACH_SPCT6600
31 bool "SPCT6600 series based machines"
32 select SYS_SUPPORTS_32BIT_KERNEL
33 select CPU_SCORE7
34 select GENERIC_HAS_IOMAP
35
36config SCORE_SIM
37 bool "Score simulator"
38 select SYS_SUPPORTS_32BIT_KERNEL
39 select CPU_SCORE7
40 select GENERIC_HAS_IOMAP
41endchoice
42
43endmenu
44
45config CPU_SCORE7
46 bool
47
6bc9a396
CL
48config NO_DMA
49 bool
50 default y
51
52config RWSEM_GENERIC_SPINLOCK
53 def_bool y
54
6bc9a396
CL
55config GENERIC_HWEIGHT
56 def_bool y
57
58config GENERIC_CALIBRATE_DELAY
59 def_bool y
60
6bc9a396
CL
61menu "Kernel type"
62
63config 32BIT
64 def_bool y
65
6bc9a396
CL
66config ARCH_FLATMEM_ENABLE
67 def_bool y
68
6bc9a396
CL
69source "mm/Kconfig"
70
71config MEMORY_START
72 hex
73 default 0xa0000000
74
6bc9a396
CL
75source "kernel/Kconfig.hz"
76source "kernel/Kconfig.preempt"
77
78endmenu
79
80config RWSEM_GENERIC_SPINLOCK
81 def_bool y
82
83config LOCKDEP_SUPPORT
84 def_bool y
85
86config STACKTRACE_SUPPORT
87 def_bool y
88
89source "init/Kconfig"
90
6bc9a396
CL
91config MMU
92 def_bool y
93
94menu "Executable file formats"
95
96source "fs/Kconfig.binfmt"
97
98endmenu
99
100source "net/Kconfig"
101
102source "drivers/Kconfig"
103
104source "fs/Kconfig"
105
106source "arch/score/Kconfig.debug"
107
108source "security/Kconfig"
109
110source "crypto/Kconfig"
111
112source "lib/Kconfig"
This page took 0.162793 seconds and 5 git commands to generate.