Merge branch 'sh/nommu' into sh-latest
[linux-block.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 HAVE_MEMBLOCK
9        select HAVE_MEMBLOCK_NODE_MAP
10        select ARCH_DISCARD_MEMBLOCK
11
12 choice
13         prompt "System type"
14         default MACH_SPCT6600
15
16 config ARCH_SCORE7
17         bool "SCORE7 processor"
18         select SYS_SUPPORTS_32BIT_KERNEL
19         select CPU_SCORE7
20         select GENERIC_HAS_IOMAP
21
22 config MACH_SPCT6600
23         bool "SPCT6600 series based machines"
24         select SYS_SUPPORTS_32BIT_KERNEL
25         select CPU_SCORE7
26         select GENERIC_HAS_IOMAP
27
28 config SCORE_SIM
29         bool "Score simulator"
30         select SYS_SUPPORTS_32BIT_KERNEL
31         select CPU_SCORE7
32         select GENERIC_HAS_IOMAP
33 endchoice
34
35 endmenu
36
37 config CPU_SCORE7
38         bool
39
40 config NO_DMA
41         bool
42         default y
43
44 config RWSEM_GENERIC_SPINLOCK
45         def_bool y
46
47 config GENERIC_HWEIGHT
48         def_bool y
49
50 config GENERIC_CALIBRATE_DELAY
51         def_bool y
52
53 config GENERIC_CLOCKEVENTS
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/time/Kconfig"
71 source "kernel/Kconfig.hz"
72 source "kernel/Kconfig.preempt"
73
74 endmenu
75
76 config RWSEM_GENERIC_SPINLOCK
77         def_bool y
78
79 config LOCKDEP_SUPPORT
80         def_bool y
81
82 config STACKTRACE_SUPPORT
83         def_bool y
84
85 source "init/Kconfig"
86
87 config MMU
88         def_bool y
89
90 menu "Executable file formats"
91
92 source "fs/Kconfig.binfmt"
93
94 endmenu
95
96 source "net/Kconfig"
97
98 source "drivers/Kconfig"
99
100 source "fs/Kconfig"
101
102 source "arch/score/Kconfig.debug"
103
104 source "security/Kconfig"
105
106 source "crypto/Kconfig"
107
108 source "lib/Kconfig"