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