frv: kill used but uninitialized variable
[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
a2bf79e7
TH
8 select HAVE_MEMBLOCK
9 select HAVE_MEMBLOCK_NODE_MAP
10 select ARCH_DISCARD_MEMBLOCK
9f13a1fd 11 select GENERIC_CPU_DEVICES
43229d1e 12 select GENERIC_CLOCKEVENTS
2fc361bf 13
6bc9a396
CL
14choice
15 prompt "System type"
16 default MACH_SPCT6600
17
18config ARCH_SCORE7
19 bool "SCORE7 processor"
20 select SYS_SUPPORTS_32BIT_KERNEL
21 select CPU_SCORE7
22 select GENERIC_HAS_IOMAP
23
24config MACH_SPCT6600
25 bool "SPCT6600 series based machines"
26 select SYS_SUPPORTS_32BIT_KERNEL
27 select CPU_SCORE7
28 select GENERIC_HAS_IOMAP
29
30config SCORE_SIM
31 bool "Score simulator"
32 select SYS_SUPPORTS_32BIT_KERNEL
33 select CPU_SCORE7
34 select GENERIC_HAS_IOMAP
35endchoice
36
37endmenu
38
39config CPU_SCORE7
40 bool
41
6bc9a396
CL
42config NO_DMA
43 bool
44 default y
45
46config RWSEM_GENERIC_SPINLOCK
47 def_bool y
48
6bc9a396
CL
49config GENERIC_HWEIGHT
50 def_bool y
51
52config GENERIC_CALIBRATE_DELAY
53 def_bool y
54
6bc9a396
CL
55menu "Kernel type"
56
57config 32BIT
58 def_bool y
59
6bc9a396
CL
60config ARCH_FLATMEM_ENABLE
61 def_bool y
62
6bc9a396
CL
63source "mm/Kconfig"
64
65config MEMORY_START
66 hex
67 default 0xa0000000
68
6bc9a396
CL
69source "kernel/Kconfig.hz"
70source "kernel/Kconfig.preempt"
71
72endmenu
73
74config RWSEM_GENERIC_SPINLOCK
75 def_bool y
76
77config LOCKDEP_SUPPORT
78 def_bool y
79
80config STACKTRACE_SUPPORT
81 def_bool y
82
83source "init/Kconfig"
84
6bc9a396
CL
85config MMU
86 def_bool y
87
88menu "Executable file formats"
89
90source "fs/Kconfig.binfmt"
91
92endmenu
93
94source "net/Kconfig"
95
96source "drivers/Kconfig"
97
98source "fs/Kconfig"
99
100source "arch/score/Kconfig.debug"
101
102source "security/Kconfig"
103
104source "crypto/Kconfig"
105
106source "lib/Kconfig"
This page took 0.16395 seconds and 5 git commands to generate.