avr32: Cover the kernel page tables in the user PGDs
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / avr32 / Kconfig
CommitLineData
5f97f7f9
HS
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config AVR32
58bd2bfe 9 def_bool y
5f97f7f9
HS
10 # With EMBEDDED=n, we get lots of stuff automatically selected
11 # that we usually don't need on AVR32.
12 select EMBEDDED
42d4b839 13 select HAVE_OPROFILE
3f550096 14 select HAVE_KPROBES
5f97f7f9
HS
15 help
16 AVR32 is a high-performance 32-bit RISC microprocessor core,
17 designed for cost-sensitive embedded applications, with particular
18 emphasis on low power consumption and high code density.
19
20 There is an AVR32 Linux project with a web page at
21 http://avr32linux.org/.
22
0a938b97 23config GENERIC_GPIO
58bd2bfe 24 def_bool y
0a938b97 25
5f97f7f9 26config GENERIC_HARDIRQS
58bd2bfe 27 def_bool y
5f97f7f9 28
2f026037
HS
29config STACKTRACE_SUPPORT
30 def_bool y
31
320516b7
HS
32config LOCKDEP_SUPPORT
33 def_bool y
34
35config TRACE_IRQFLAGS_SUPPORT
36 def_bool y
37
5f97f7f9 38config HARDIRQS_SW_RESEND
58bd2bfe 39 def_bool y
5f97f7f9
HS
40
41config GENERIC_IRQ_PROBE
58bd2bfe 42 def_bool y
5f97f7f9
HS
43
44config RWSEM_GENERIC_SPINLOCK
58bd2bfe 45 def_bool y
5f97f7f9
HS
46
47config GENERIC_TIME
58bd2bfe 48 def_bool y
5f97f7f9 49
e723ff66
DB
50config GENERIC_CLOCKEVENTS
51 def_bool y
52
5f97f7f9 53config RWSEM_XCHGADD_ALGORITHM
58bd2bfe 54 def_bool n
5f97f7f9 55
f0d1b0b3 56config ARCH_HAS_ILOG2_U32
58bd2bfe 57 def_bool n
f0d1b0b3
DH
58
59config ARCH_HAS_ILOG2_U64
58bd2bfe 60 def_bool n
f0d1b0b3 61
5f97f7f9 62config GENERIC_HWEIGHT
58bd2bfe 63 def_bool y
5f97f7f9
HS
64
65config GENERIC_CALIBRATE_DELAY
58bd2bfe 66 def_bool y
5f97f7f9 67
623b0355 68config GENERIC_BUG
58bd2bfe 69 def_bool y
623b0355
HS
70 depends on BUG
71
5f97f7f9
HS
72source "init/Kconfig"
73
74menu "System Type and features"
75
e723ff66
DB
76source "kernel/time/Kconfig"
77
5f97f7f9
HS
78config SUBARCH_AVR32B
79 bool
80config MMU
81 bool
82config PERFORMANCE_COUNTERS
83 bool
84
85config PLATFORM_AT32AP
86 bool
87 select SUBARCH_AVR32B
88 select MMU
89 select PERFORMANCE_COUNTERS
b98348bd 90 select HAVE_GPIO_LIB
5f97f7f9 91
e8897bfe
HS
92#
93# CPU types
94#
95
96# AP7000 derivatives
438ff3f3
HS
97config CPU_AT32AP700X
98 bool
99 select PLATFORM_AT32AP
5f97f7f9 100config CPU_AT32AP7000
e8897bfe 101 bool
438ff3f3 102 select CPU_AT32AP700X
438ff3f3 103config CPU_AT32AP7001
e8897bfe 104 bool
438ff3f3 105 select CPU_AT32AP700X
438ff3f3 106config CPU_AT32AP7002
78693e47 107 bool
e8897bfe 108 select CPU_AT32AP700X
5f97f7f9
HS
109
110choice
111 prompt "AVR32 board type"
112 default BOARD_ATSTK1000
113
114config BOARD_ATSTK1000
115 bool "ATSTK1000 evaluation board"
9ca20a83
HS
116
117config BOARD_ATNGW100
118 bool "ATNGW100 Network Gateway"
e8897bfe 119 select CPU_AT32AP7000
5f97f7f9
HS
120endchoice
121
a8e93ed8
DB
122if BOARD_ATSTK1000
123source "arch/avr32/boards/atstk1000/Kconfig"
124endif
125
5f97f7f9
HS
126choice
127 prompt "Boot loader type"
128 default LOADER_U_BOOT
129
130config LOADER_U_BOOT
131 bool "U-Boot (or similar) bootloader"
132endchoice
133
228e845f
HS
134source "arch/avr32/mach-at32ap/Kconfig"
135
5f97f7f9
HS
136config LOAD_ADDRESS
137 hex
438ff3f3 138 default 0x10000000 if LOADER_U_BOOT=y && CPU_AT32AP700X=y
5f97f7f9
HS
139
140config ENTRY_ADDRESS
141 hex
438ff3f3 142 default 0x90000000 if LOADER_U_BOOT=y && CPU_AT32AP700X=y
5f97f7f9
HS
143
144config PHYS_OFFSET
145 hex
438ff3f3 146 default 0x10000000 if CPU_AT32AP700X=y
5f97f7f9
HS
147
148source "kernel/Kconfig.preempt"
149
150config HAVE_ARCH_BOOTMEM_NODE
58bd2bfe 151 def_bool n
5f97f7f9
HS
152
153config ARCH_HAVE_MEMORY_PRESENT
58bd2bfe 154 def_bool n
5f97f7f9
HS
155
156config NEED_NODE_MEMMAP_SIZE
58bd2bfe 157 def_bool n
5f97f7f9
HS
158
159config ARCH_FLATMEM_ENABLE
58bd2bfe 160 def_bool y
5f97f7f9
HS
161
162config ARCH_DISCONTIGMEM_ENABLE
58bd2bfe 163 def_bool n
5f97f7f9
HS
164
165config ARCH_SPARSEMEM_ENABLE
58bd2bfe 166 def_bool n
5f97f7f9
HS
167
168source "mm/Kconfig"
169
170config OWNERSHIP_TRACE
171 bool "Ownership trace support"
172 default y
173 help
174 Say Y to generate an Ownership Trace message on every context switch,
175 enabling Nexus-compliant debuggers to keep track of the PID of the
176 currently executing task.
177
e7ba176b
HS
178config NMI_DEBUGGING
179 bool "NMI Debugging"
180 default n
181 help
182 Say Y here and pass the nmi_debug command-line parameter to
183 the kernel to turn on NMI debugging. Depending on the value
184 of the nmi_debug option, various pieces of information will
185 be dumped to the console when a Non-Maskable Interrupt
186 happens.
187
5f97f7f9
HS
188# FPU emulation goes here
189
190source "kernel/Kconfig.hz"
191
192config CMDLINE
193 string "Default kernel command line"
194 default ""
195 help
196 If you don't have a boot loader capable of passing a command line string
197 to the kernel, you may specify one here. As a minimum, you should specify
198 the memory size and the root device (e.g., mem=8M, root=/dev/nfs).
199
200endmenu
201
01dd2fbf 202menu "Power management options"
9e58e185
HCE
203
204menu "CPU Frequency scaling"
205
206source "drivers/cpufreq/Kconfig"
207
208config CPU_FREQ_AT32AP
209 bool "CPU frequency driver for AT32AP"
210 depends on CPU_FREQ && PLATFORM_AT32AP
211 default n
212 help
213 This enables the CPU frequency driver for AT32AP processors.
214
215 For details, take a look in <file:Documentation/cpu-freq>.
216
217 If in doubt, say N.
218
219endmenu
220
221endmenu
222
5f97f7f9
HS
223menu "Bus options"
224
225config PCI
226 bool
227
228source "drivers/pci/Kconfig"
229
230source "drivers/pcmcia/Kconfig"
231
232endmenu
233
234menu "Executable file formats"
235source "fs/Kconfig.binfmt"
236endmenu
237
238source "net/Kconfig"
239
240source "drivers/Kconfig"
241
242source "fs/Kconfig"
243
244source "arch/avr32/Kconfig.debug"
245
246source "security/Kconfig"
247
248source "crypto/Kconfig"
249
250source "lib/Kconfig"