Merge tag 'rxrpc-20140126' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells...
[linux-2.6-block.git] / arch / score / Kconfig
CommitLineData
6bc9a396
CL
1menu "Machine selection"
2
2fc361bf
TG
3config SCORE
4 def_bool y
324808c2 5 select GENERIC_IRQ_SHOW
4673ca8e 6 select GENERIC_IOMAP
0d118d7f 7 select GENERIC_ATOMIC64
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
786d35d4 13 select HAVE_MOD_ARCH_SPECIFIC
4febd95a 14 select VIRT_TO_BUS
786d35d4 15 select MODULES_USE_ELF_REL
eda96977 16 select CLONE_BACKWARDS
2fc361bf 17
6bc9a396
CL
18choice
19 prompt "System type"
20 default MACH_SPCT6600
21
22config ARCH_SCORE7
23 bool "SCORE7 processor"
24 select SYS_SUPPORTS_32BIT_KERNEL
25 select CPU_SCORE7
26 select GENERIC_HAS_IOMAP
27
28config MACH_SPCT6600
29 bool "SPCT6600 series based machines"
30 select SYS_SUPPORTS_32BIT_KERNEL
31 select CPU_SCORE7
32 select GENERIC_HAS_IOMAP
33
34config SCORE_SIM
35 bool "Score simulator"
36 select SYS_SUPPORTS_32BIT_KERNEL
37 select CPU_SCORE7
38 select GENERIC_HAS_IOMAP
39endchoice
40
41endmenu
42
43config CPU_SCORE7
44 bool
45
6bc9a396
CL
46config NO_DMA
47 bool
48 default y
49
50config RWSEM_GENERIC_SPINLOCK
51 def_bool y
52
6bc9a396
CL
53config GENERIC_HWEIGHT
54 def_bool y
55
56config GENERIC_CALIBRATE_DELAY
57 def_bool y
58
6bc9a396
CL
59menu "Kernel type"
60
61config 32BIT
62 def_bool y
63
6bc9a396
CL
64config ARCH_FLATMEM_ENABLE
65 def_bool y
66
6bc9a396
CL
67source "mm/Kconfig"
68
69config MEMORY_START
70 hex
71 default 0xa0000000
72
6bc9a396
CL
73source "kernel/Kconfig.hz"
74source "kernel/Kconfig.preempt"
75
76endmenu
77
78config RWSEM_GENERIC_SPINLOCK
79 def_bool y
80
81config LOCKDEP_SUPPORT
82 def_bool y
83
84config STACKTRACE_SUPPORT
85 def_bool y
86
87source "init/Kconfig"
88
57a1a197
CG
89source "kernel/Kconfig.freezer"
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"
5fbbf8a1
LW
113
114config NO_IOMEM
115 def_bool y