Merge branch 'stable/bug-fixes-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / arch / score / Kconfig
1 menu "Machine selection"
2
3 choice
4         prompt "System type"
5         default MACH_SPCT6600
6
7 config ARCH_SCORE7
8         bool "SCORE7 processor"
9         select SYS_SUPPORTS_32BIT_KERNEL
10         select CPU_SCORE7
11         select GENERIC_HAS_IOMAP
12
13 config MACH_SPCT6600
14         bool "SPCT6600 series based machines"
15         select SYS_SUPPORTS_32BIT_KERNEL
16         select CPU_SCORE7
17         select GENERIC_HAS_IOMAP
18
19 config SCORE_SIM
20         bool "Score simulator"
21         select SYS_SUPPORTS_32BIT_KERNEL
22         select CPU_SCORE7
23         select GENERIC_HAS_IOMAP
24 endchoice
25
26 endmenu
27
28 config CPU_SCORE7
29         bool
30
31 config GENERIC_IOMAP
32         def_bool y
33
34 config NO_DMA
35         bool
36         default y
37
38 config RWSEM_GENERIC_SPINLOCK
39         def_bool y
40
41 config GENERIC_FIND_NEXT_BIT
42         def_bool y
43
44 config GENERIC_HWEIGHT
45         def_bool y
46
47 config GENERIC_CALIBRATE_DELAY
48         def_bool y
49
50 config GENERIC_CLOCKEVENTS
51         def_bool y
52
53 config SCHED_NO_NO_OMIT_FRAME_POINTER
54         def_bool y
55
56 config GENERIC_HARDIRQS_NO__DO_IRQ
57         def_bool y
58
59 config GENERIC_SYSCALL_TABLE
60         def_bool y
61
62 config SCORE_L1_CACHE_SHIFT
63         int
64         default "4"
65
66 menu "Kernel type"
67
68 config 32BIT
69         def_bool y
70
71 config GENERIC_HARDIRQS
72         def_bool y
73
74 config ARCH_FLATMEM_ENABLE
75         def_bool y
76
77 config ARCH_POPULATES_NODE_MAP
78         def_bool y
79
80 source "mm/Kconfig"
81
82 config MEMORY_START
83         hex
84         default 0xa0000000
85
86 source "kernel/time/Kconfig"
87 source "kernel/Kconfig.hz"
88 source "kernel/Kconfig.preempt"
89
90 endmenu
91
92 config RWSEM_GENERIC_SPINLOCK
93         def_bool y
94
95 config LOCKDEP_SUPPORT
96         def_bool y
97
98 config STACKTRACE_SUPPORT
99         def_bool y
100
101 source "init/Kconfig"
102
103 config PROBE_INITRD_HEADER
104         bool "Probe initrd header created by addinitrd"
105         depends on BLK_DEV_INITRD
106         help
107           Probe initrd header at the last page of kernel image.
108           Say Y here if you are using arch/score/boot/addinitrd.c to
109           add initrd or initramfs image to the kernel image.
110           Otherwise, say N.
111
112 config MMU
113         def_bool y
114
115 menu "Executable file formats"
116
117 source "fs/Kconfig.binfmt"
118
119 endmenu
120
121 source "net/Kconfig"
122
123 source "drivers/Kconfig"
124
125 source "fs/Kconfig"
126
127 source "arch/score/Kconfig.debug"
128
129 source "security/Kconfig"
130
131 source "crypto/Kconfig"
132
133 source "lib/Kconfig"