ARM: at91: add dummies pinctrl for non dt platform
[deliverable/linux.git] / arch / arm / Kconfig
CommitLineData
1da177e4
LT
1config ARM
2 bool
3 default y
7563bbf8 4 select ARCH_HAVE_CUSTOM_GPIO_H
e17c6d56 5 select HAVE_AOUT
24056f52 6 select HAVE_DMA_API_DEBUG
d0ee9f40 7 select HAVE_IDE if PCI || ISA || PCMCIA
2dc6a016 8 select HAVE_DMA_ATTRS
e092705b 9 select HAVE_DMA_CONTIGUOUS if MMU
2778f620 10 select HAVE_MEMBLOCK
12b824fb 11 select RTC_LIB
75e7153a 12 select SYS_SUPPORTS_APM_EMULATION
a41297a0 13 select GENERIC_ATOMIC64 if (CPU_V6 || !CPU_32v6K || !AEABI)
7463449b 14 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
fe166148 15 select HAVE_OPROFILE if (HAVE_PERF_EVENTS)
09f05d85 16 select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL
5cbad0eb 17 select HAVE_ARCH_KGDB
0693bf68 18 select HAVE_ARCH_TRACEHOOK
1f66e06f 19 select HAVE_SYSCALL_TRACEPOINTS
856bc356 20 select HAVE_KPROBES if !XIP_KERNEL
9edddaa2 21 select HAVE_KRETPROBES if (HAVE_KPROBES)
606576ce 22 select HAVE_FUNCTION_TRACER if (!XIP_KERNEL)
80be7a7f
RV
23 select HAVE_FTRACE_MCOUNT_RECORD if (!XIP_KERNEL)
24 select HAVE_DYNAMIC_FTRACE if (!XIP_KERNEL)
0e341af8 25 select HAVE_FUNCTION_GRAPH_TRACER if (!THUMB2_KERNEL)
e39f5602 26 select ARCH_BINFMT_ELF_RANDOMIZE_PIE
1fe53268 27 select HAVE_GENERIC_DMA_COHERENT
b69ec42b 28 select HAVE_DEBUG_KMEMLEAK
e7db7b42
AT
29 select HAVE_KERNEL_GZIP
30 select HAVE_KERNEL_LZO
6e8699f7 31 select HAVE_KERNEL_LZMA
a7f464f3 32 select HAVE_KERNEL_XZ
e360adbe 33 select HAVE_IRQ_WORK
7ada189f
JI
34 select HAVE_PERF_EVENTS
35 select PERF_USE_VMALLOC
e513f8bf 36 select HAVE_REGS_AND_STACK_ACCESS_API
e399b1a4 37 select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V6K || CPU_V7))
ed60453f 38 select HAVE_C_RECORDMCOUNT
e2a93ecc 39 select HAVE_GENERIC_HARDIRQS
37e74beb
SB
40 select HARDIRQS_SW_RESEND
41 select GENERIC_IRQ_PROBE
25a5662a 42 select GENERIC_IRQ_SHOW
af1839eb 43 select HAVE_UID16
c1d7e01d 44 select ARCH_WANT_IPC_PARSE_VERSION
d4aa8b15 45 select HARDIRQS_SW_RESEND
1fb90263 46 select CPU_PM if (SUSPEND || CPU_IDLE)
e5bfb72c 47 select GENERIC_PCI_IOMAP
e47b65b0 48 select HAVE_BPF_JIT
84ec6d57 49 select GENERIC_SMP_IDLE_THREAD
3d92a71a
AMG
50 select KTIME_SCALAR
51 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
8c56cc8b
WD
52 select GENERIC_STRNCPY_FROM_USER
53 select GENERIC_STRNLEN_USER
b9a50f74 54 select DCACHE_WORD_ACCESS if (CPU_V6 || CPU_V6K || CPU_V7) && !CPU_BIG_ENDIAN
9e14f828 55 select GENERIC_KERNEL_THREAD
9fff2fa0 56 select GENERIC_KERNEL_EXECVE
1da177e4
LT
57 help
58 The ARM series is a line of low-power-consumption RISC chip designs
f6c8965a 59 licensed by ARM Ltd and targeted at embedded applications and
1da177e4 60 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer
f6c8965a 61 manufactured, but legacy ARM-based PC hardware remains popular in
1da177e4
LT
62 Europe. There is an ARM Linux project with a web page at
63 <http://www.arm.linux.org.uk/>.
64
74facffe
RK
65config ARM_HAS_SG_CHAIN
66 bool
67
4ce63fcd
MS
68config NEED_SG_DMA_LENGTH
69 bool
70
71config ARM_DMA_USE_IOMMU
72 select NEED_SG_DMA_LENGTH
73 select ARM_HAS_SG_CHAIN
74 bool
75
1a189b97
RK
76config HAVE_PWM
77 bool
78
0b05da72
HUK
79config MIGHT_HAVE_PCI
80 bool
81
75e7153a
RB
82config SYS_SUPPORTS_APM_EMULATION
83 bool
84
0a938b97
DB
85config GENERIC_GPIO
86 bool
0a938b97 87
bc581770
LW
88config HAVE_TCM
89 bool
90 select GENERIC_ALLOCATOR
91
e119bfff
RK
92config HAVE_PROC_CPU
93 bool
94
5ea81769
AV
95config NO_IOPORT
96 bool
5ea81769 97
1da177e4
LT
98config EISA
99 bool
100 ---help---
101 The Extended Industry Standard Architecture (EISA) bus was
102 developed as an open alternative to the IBM MicroChannel bus.
103
104 The EISA bus provided some of the features of the IBM MicroChannel
105 bus while maintaining backward compatibility with cards made for
106 the older ISA bus. The EISA bus saw limited use between 1988 and
107 1995 when it was made obsolete by the PCI bus.
108
109 Say Y here if you are building a kernel for an EISA-based machine.
110
111 Otherwise, say N.
112
113config SBUS
114 bool
115
f16fb1ec
RK
116config STACKTRACE_SUPPORT
117 bool
118 default y
119
f76e9154
NP
120config HAVE_LATENCYTOP_SUPPORT
121 bool
122 depends on !SMP
123 default y
124
f16fb1ec
RK
125config LOCKDEP_SUPPORT
126 bool
127 default y
128
7ad1bcb2
RK
129config TRACE_IRQFLAGS_SUPPORT
130 bool
131 default y
132
1da177e4
LT
133config RWSEM_GENERIC_SPINLOCK
134 bool
135 default y
136
137config RWSEM_XCHGADD_ALGORITHM
138 bool
139
f0d1b0b3
DH
140config ARCH_HAS_ILOG2_U32
141 bool
f0d1b0b3
DH
142
143config ARCH_HAS_ILOG2_U64
144 bool
f0d1b0b3 145
89c52ed4
BD
146config ARCH_HAS_CPUFREQ
147 bool
148 help
149 Internal node to signify that the ARCH has CPUFREQ support
150 and that the relevant menu configurations are displayed for
151 it.
152
b89c3b16
AM
153config GENERIC_HWEIGHT
154 bool
155 default y
156
1da177e4
LT
157config GENERIC_CALIBRATE_DELAY
158 bool
159 default y
160
a08b6b79
Z
161config ARCH_MAY_HAVE_PC_FDC
162 bool
163
5ac6da66
CL
164config ZONE_DMA
165 bool
5ac6da66 166
ccd7ab7f
FT
167config NEED_DMA_MAP_STATE
168 def_bool y
169
58af4a24
RH
170config ARCH_HAS_DMA_SET_COHERENT_MASK
171 bool
172
1da177e4
LT
173config GENERIC_ISA_DMA
174 bool
175
1da177e4
LT
176config FIQ
177 bool
178
13a5045d
RH
179config NEED_RET_TO_USER
180 bool
181
034d2f5a
AV
182config ARCH_MTD_XIP
183 bool
184
c760fc19
HC
185config VECTORS_BASE
186 hex
6afd6fae 187 default 0xffff0000 if MMU || CPU_HIGH_VECTOR
c760fc19
HC
188 default DRAM_BASE if REMAP_VECTORS_TO_RAM
189 default 0x00000000
190 help
191 The base address of exception vectors.
192
dc21af99 193config ARM_PATCH_PHYS_VIRT
c1becedc
RK
194 bool "Patch physical to virtual translations at runtime" if EMBEDDED
195 default y
b511d75d 196 depends on !XIP_KERNEL && MMU
dc21af99
RK
197 depends on !ARCH_REALVIEW || !SPARSEMEM
198 help
111e9a5c
RK
199 Patch phys-to-virt and virt-to-phys translation functions at
200 boot and module load time according to the position of the
201 kernel in system memory.
dc21af99 202
111e9a5c 203 This can only be used with non-XIP MMU kernels where the base
daece596 204 of physical memory is at a 16MB boundary.
dc21af99 205
c1becedc
RK
206 Only disable this option if you know that you do not require
207 this feature (eg, building a kernel for a single machine) and
208 you need to shrink the kernel to the minimal size.
dc21af99 209
01464226
RH
210config NEED_MACH_GPIO_H
211 bool
212 help
213 Select this when mach/gpio.h is required to provide special
214 definitions for this platform. The need for mach/gpio.h should
215 be avoided when possible.
216
c334bc15
RH
217config NEED_MACH_IO_H
218 bool
219 help
220 Select this when mach/io.h is required to provide special
221 definitions for this platform. The need for mach/io.h should
222 be avoided when possible.
223
0cdc8b92 224config NEED_MACH_MEMORY_H
1b9f95f8
NP
225 bool
226 help
0cdc8b92
NP
227 Select this when mach/memory.h is required to provide special
228 definitions for this platform. The need for mach/memory.h should
229 be avoided when possible.
dc21af99 230
1b9f95f8 231config PHYS_OFFSET
974c0724 232 hex "Physical address of main memory" if MMU
0cdc8b92 233 depends on !ARM_PATCH_PHYS_VIRT && !NEED_MACH_MEMORY_H
974c0724 234 default DRAM_BASE if !MMU
111e9a5c 235 help
1b9f95f8
NP
236 Please provide the physical address corresponding to the
237 location of main memory in your system.
cada3c08 238
87e040b6
SG
239config GENERIC_BUG
240 def_bool y
241 depends on BUG
242
1da177e4
LT
243source "init/Kconfig"
244
dc52ddc0
MH
245source "kernel/Kconfig.freezer"
246
1da177e4
LT
247menu "System Type"
248
3c427975
HC
249config MMU
250 bool "MMU-based Paged Memory Management Support"
251 default y
252 help
253 Select if you want MMU-based virtualised addressing space
254 support by paged memory management. If unsure, say 'Y'.
255
ccf50e23
RK
256#
257# The "ARM system type" choice list is ordered alphabetically by option
258# text. Please add new entries in the option alphabetic order.
259#
1da177e4
LT
260choice
261 prompt "ARM system type"
387798b3 262 default ARCH_MULTIPLATFORM
1da177e4 263
387798b3
RH
264config ARCH_MULTIPLATFORM
265 bool "Allow multiple platforms to be selected"
266 select ARM_PATCH_PHYS_VIRT
267 select AUTO_ZRELADDR
66314223 268 select COMMON_CLK
387798b3 269 select MULTI_IRQ_HANDLER
66314223
DN
270 select SPARSE_IRQ
271 select USE_OF
387798b3 272 depends on MMU
66314223 273
4af6fee1
DS
274config ARCH_INTEGRATOR
275 bool "ARM Ltd. Integrator family"
276 select ARM_AMBA
89c52ed4 277 select ARCH_HAS_CPUFREQ
a613163d 278 select COMMON_CLK
f9a6aa43 279 select COMMON_CLK_VERSATILE
9904f793 280 select HAVE_TCM
c5a0adb5 281 select ICST
13edd86d 282 select GENERIC_CLOCKEVENTS
f4b8b319 283 select PLAT_VERSATILE
c41b16f8 284 select PLAT_VERSATILE_FPGA_IRQ
0cdc8b92 285 select NEED_MACH_MEMORY_H
695436e3 286 select SPARSE_IRQ
3108e6ab 287 select MULTI_IRQ_HANDLER
4af6fee1
DS
288 help
289 Support for ARM's Integrator platform.
290
291config ARCH_REALVIEW
292 bool "ARM Ltd. RealView family"
293 select ARM_AMBA
f9a6aa43
LW
294 select COMMON_CLK
295 select COMMON_CLK_VERSATILE
c5a0adb5 296 select ICST
ae30ceac 297 select GENERIC_CLOCKEVENTS
eb7fffa3 298 select ARCH_WANT_OPTIONAL_GPIOLIB
f4b8b319 299 select PLAT_VERSATILE
3cb5ee49 300 select PLAT_VERSATILE_CLCD
e3887714 301 select ARM_TIMER_SP804
b56ba8aa 302 select GPIO_PL061 if GPIOLIB
0cdc8b92 303 select NEED_MACH_MEMORY_H
4af6fee1
DS
304 help
305 This enables support for ARM Ltd RealView boards.
306
307config ARCH_VERSATILE
308 bool "ARM Ltd. Versatile family"
309 select ARM_AMBA
310 select ARM_VIC
6d803ba7 311 select CLKDEV_LOOKUP
aa3831cf 312 select HAVE_MACH_CLKDEV
c5a0adb5 313 select ICST
89df1272 314 select GENERIC_CLOCKEVENTS
bbeddc43 315 select ARCH_WANT_OPTIONAL_GPIOLIB
f4b8b319 316 select PLAT_VERSATILE
56a34b03 317 select PLAT_VERSATILE_CLOCK
3414ba8c 318 select PLAT_VERSATILE_CLCD
c41b16f8 319 select PLAT_VERSATILE_FPGA_IRQ
e3887714 320 select ARM_TIMER_SP804
4af6fee1
DS
321 help
322 This enables support for ARM Ltd Versatile board.
323
8fc5ffa0
AV
324config ARCH_AT91
325 bool "Atmel AT91"
f373e8c0 326 select ARCH_REQUIRE_GPIOLIB
93686ae8 327 select HAVE_CLK
bd602995 328 select CLKDEV_LOOKUP
e261501d 329 select IRQ_DOMAIN
01464226 330 select NEED_MACH_GPIO_H
1ac02d79 331 select NEED_MACH_IO_H if PCCARD
4af6fee1 332 help
929e994f
NF
333 This enables support for systems based on Atmel
334 AT91RM9200 and AT91SAM9* processors.
4af6fee1 335
ec9653b8
SA
336config ARCH_BCM2835
337 bool "Broadcom BCM2835 family"
338 select ARCH_WANT_OPTIONAL_GPIOLIB
339 select ARM_AMBA
340 select ARM_ERRATA_411920
341 select ARM_TIMER_SP804
342 select CLKDEV_LOOKUP
343 select COMMON_CLK
344 select CPU_V6
345 select GENERIC_CLOCKEVENTS
346 select MULTI_IRQ_HANDLER
347 select SPARSE_IRQ
348 select USE_OF
349 help
350 This enables support for the Broadcom BCM2835 SoC. This SoC is
351 use in the Raspberry Pi, and Roku 2 devices.
352
1da177e4 353config ARCH_CLPS711X
0e2fce59 354 bool "Cirrus Logic CLPS711x/EP721x/EP731x-based"
c750815e 355 select CPU_ARM720T
5cfc8ee0 356 select ARCH_USES_GETTIMEOFFSET
61ae48c3
AS
357 select COMMON_CLK
358 select CLKDEV_LOOKUP
0cdc8b92 359 select NEED_MACH_MEMORY_H
f999b8bd 360 help
0e2fce59 361 Support for Cirrus Logic 711x/721x/731x based boards.
1da177e4 362
d94f944e
AV
363config ARCH_CNS3XXX
364 bool "Cavium Networks CNS3XXX family"
00d2711d 365 select CPU_V6K
d94f944e
AV
366 select GENERIC_CLOCKEVENTS
367 select ARM_GIC
ce5ea9f3 368 select MIGHT_HAVE_CACHE_L2X0
0b05da72 369 select MIGHT_HAVE_PCI
5f32f7a0 370 select PCI_DOMAINS if PCI
d94f944e
AV
371 help
372 Support for Cavium Networks CNS3XXX platform.
373
788c9700
RK
374config ARCH_GEMINI
375 bool "Cortina Systems Gemini"
376 select CPU_FA526
788c9700 377 select ARCH_REQUIRE_GPIOLIB
5cfc8ee0 378 select ARCH_USES_GETTIMEOFFSET
788c9700
RK
379 help
380 Support for the Cortina Systems Gemini family SoCs
381
156a0997
BS
382config ARCH_SIRF
383 bool "CSR SiRF"
3a6cb8ce 384 select NO_IOPORT
f6387092 385 select ARCH_REQUIRE_GPIOLIB
3a6cb8ce 386 select GENERIC_CLOCKEVENTS
198678b0 387 select COMMON_CLK
3a6cb8ce 388 select GENERIC_IRQ_CHIP
ce5ea9f3 389 select MIGHT_HAVE_CACHE_L2X0
cbd8d842
BS
390 select PINCTRL
391 select PINCTRL_SIRF
3a6cb8ce 392 select USE_OF
3a6cb8ce 393 help
156a0997 394 Support for CSR SiRFprimaII/Marco/Polo platforms
3a6cb8ce 395
1da177e4
LT
396config ARCH_EBSA110
397 bool "EBSA-110"
c750815e 398 select CPU_SA110
f7e68bbf 399 select ISA
c5eb2a2b 400 select NO_IOPORT
5cfc8ee0 401 select ARCH_USES_GETTIMEOFFSET
c334bc15 402 select NEED_MACH_IO_H
0cdc8b92 403 select NEED_MACH_MEMORY_H
1da177e4
LT
404 help
405 This is an evaluation board for the StrongARM processor available
f6c8965a 406 from Digital. It has limited hardware on-board, including an
1da177e4
LT
407 Ethernet interface, two PCMCIA sockets, two serial ports and a
408 parallel port.
409
e7736d47
LB
410config ARCH_EP93XX
411 bool "EP93xx-based"
c750815e 412 select CPU_ARM920T
e7736d47
LB
413 select ARM_AMBA
414 select ARM_VIC
6d803ba7 415 select CLKDEV_LOOKUP
7444a72e 416 select ARCH_REQUIRE_GPIOLIB
eb33575c 417 select ARCH_HAS_HOLES_MEMORYMODEL
5cfc8ee0 418 select ARCH_USES_GETTIMEOFFSET
5725aeae 419 select NEED_MACH_MEMORY_H
e7736d47
LB
420 help
421 This enables support for the Cirrus EP93xx series of CPUs.
422
1da177e4
LT
423config ARCH_FOOTBRIDGE
424 bool "FootBridge"
c750815e 425 select CPU_SA110
1da177e4 426 select FOOTBRIDGE
4e8d7637 427 select GENERIC_CLOCKEVENTS
d0ee9f40 428 select HAVE_IDE
8ef6e620 429 select NEED_MACH_IO_H if !MMU
0cdc8b92 430 select NEED_MACH_MEMORY_H
f999b8bd
MM
431 help
432 Support for systems based on the DC21285 companion chip
433 ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder.
1da177e4 434
788c9700
RK
435config ARCH_MXC
436 bool "Freescale MXC/iMX-based"
788c9700 437 select GENERIC_CLOCKEVENTS
788c9700 438 select ARCH_REQUIRE_GPIOLIB
6d803ba7 439 select CLKDEV_LOOKUP
234b6ced 440 select CLKSRC_MMIO
8b6c44f1 441 select GENERIC_IRQ_CHIP
ffa2ea3f 442 select MULTI_IRQ_HANDLER
8842a9e2 443 select SPARSE_IRQ
3e62af82 444 select USE_OF
788c9700
RK
445 help
446 Support for Freescale MXC/iMX-based family of processors
447
1d3f33d5
SG
448config ARCH_MXS
449 bool "Freescale MXS-based"
450 select GENERIC_CLOCKEVENTS
451 select ARCH_REQUIRE_GPIOLIB
b9214b97 452 select CLKDEV_LOOKUP
5c61ddcf 453 select CLKSRC_MMIO
2664681f 454 select COMMON_CLK
6abda3e1 455 select HAVE_CLK_PREPARE
4e0a1b8c 456 select MULTI_IRQ_HANDLER
a0f5e363 457 select PINCTRL
c2668206 458 select SPARSE_IRQ
6c4d4efb 459 select USE_OF
1d3f33d5
SG
460 help
461 Support for Freescale MXS-based family of processors
462
4af6fee1
DS
463config ARCH_NETX
464 bool "Hilscher NetX based"
234b6ced 465 select CLKSRC_MMIO
c750815e 466 select CPU_ARM926T
4af6fee1 467 select ARM_VIC
2fcfe6b8 468 select GENERIC_CLOCKEVENTS
f999b8bd 469 help
4af6fee1
DS
470 This enables support for systems based on the Hilscher NetX Soc
471
472config ARCH_H720X
473 bool "Hynix HMS720x-based"
c750815e 474 select CPU_ARM720T
4af6fee1 475 select ISA_DMA_API
5cfc8ee0 476 select ARCH_USES_GETTIMEOFFSET
4af6fee1
DS
477 help
478 This enables support for systems based on the Hynix HMS720x
479
3b938be6
RK
480config ARCH_IOP13XX
481 bool "IOP13xx-based"
482 depends on MMU
c750815e 483 select CPU_XSC3
3b938be6
RK
484 select PLAT_IOP
485 select PCI
486 select ARCH_SUPPORTS_MSI
8d5796d2 487 select VMSPLIT_1G
0cdc8b92 488 select NEED_MACH_MEMORY_H
13a5045d 489 select NEED_RET_TO_USER
3b938be6
RK
490 help
491 Support for Intel's IOP13XX (XScale) family of processors.
492
3f7e5815
LB
493config ARCH_IOP32X
494 bool "IOP32x-based"
a4f7e763 495 depends on MMU
c750815e 496 select CPU_XSCALE
01464226 497 select NEED_MACH_GPIO_H
13a5045d 498 select NEED_RET_TO_USER
7ae1f7ec 499 select PLAT_IOP
f7e68bbf 500 select PCI
bb2b180c 501 select ARCH_REQUIRE_GPIOLIB
f999b8bd 502 help
3f7e5815
LB
503 Support for Intel's 80219 and IOP32X (XScale) family of
504 processors.
505
506config ARCH_IOP33X
507 bool "IOP33x-based"
508 depends on MMU
c750815e 509 select CPU_XSCALE
01464226 510 select NEED_MACH_GPIO_H
13a5045d 511 select NEED_RET_TO_USER
7ae1f7ec 512 select PLAT_IOP
3f7e5815 513 select PCI
bb2b180c 514 select ARCH_REQUIRE_GPIOLIB
3f7e5815
LB
515 help
516 Support for Intel's IOP33X (XScale) family of processors.
1da177e4 517
3b938be6
RK
518config ARCH_IXP4XX
519 bool "IXP4xx-based"
a4f7e763 520 depends on MMU
58af4a24 521 select ARCH_HAS_DMA_SET_COHERENT_MASK
234b6ced 522 select CLKSRC_MMIO
c750815e 523 select CPU_XSCALE
9dde0ae3 524 select ARCH_REQUIRE_GPIOLIB
3b938be6 525 select GENERIC_CLOCKEVENTS
0b05da72 526 select MIGHT_HAVE_PCI
c334bc15 527 select NEED_MACH_IO_H
485bdde7 528 select DMABOUNCE if PCI
c4713074 529 help
3b938be6 530 Support for Intel's IXP4XX (XScale) family of processors.
c4713074 531
edabd38e
SB
532config ARCH_DOVE
533 bool "Marvell Dove"
7b769bb3 534 select CPU_V7
edabd38e 535 select ARCH_REQUIRE_GPIOLIB
edabd38e 536 select GENERIC_CLOCKEVENTS
0f81bd43 537 select MIGHT_HAVE_PCI
abcda1dc 538 select PLAT_ORION_LEGACY
0f81bd43 539 select USB_ARCH_HAS_EHCI
edabd38e
SB
540 help
541 Support for the Marvell Dove SoC 88AP510
542
651c74c7
SB
543config ARCH_KIRKWOOD
544 bool "Marvell Kirkwood"
c750815e 545 select CPU_FEROCEON
651c74c7 546 select PCI
a8865655 547 select ARCH_REQUIRE_GPIOLIB
651c74c7 548 select GENERIC_CLOCKEVENTS
abcda1dc 549 select PLAT_ORION_LEGACY
651c74c7
SB
550 help
551 Support for the following Marvell Kirkwood series SoCs:
552 88F6180, 88F6192 and 88F6281.
553
40805949
KW
554config ARCH_LPC32XX
555 bool "NXP LPC32XX"
234b6ced 556 select CLKSRC_MMIO
40805949
KW
557 select CPU_ARM926T
558 select ARCH_REQUIRE_GPIOLIB
559 select HAVE_IDE
560 select ARM_AMBA
561 select USB_ARCH_HAS_OHCI
6d803ba7 562 select CLKDEV_LOOKUP
40805949 563 select GENERIC_CLOCKEVENTS
f5c42271 564 select USE_OF
c49a1830 565 select HAVE_PWM
40805949
KW
566 help
567 Support for the NXP LPC32XX family of processors
568
794d15b2
SS
569config ARCH_MV78XX0
570 bool "Marvell MV78xx0"
c750815e 571 select CPU_FEROCEON
794d15b2 572 select PCI
a8865655 573 select ARCH_REQUIRE_GPIOLIB
794d15b2 574 select GENERIC_CLOCKEVENTS
abcda1dc 575 select PLAT_ORION_LEGACY
794d15b2
SS
576 help
577 Support for the following Marvell MV78xx0 series SoCs:
578 MV781x0, MV782x0.
579
9dd0b194 580config ARCH_ORION5X
585cf175
TP
581 bool "Marvell Orion"
582 depends on MMU
c750815e 583 select CPU_FEROCEON
038ee083 584 select PCI
a8865655 585 select ARCH_REQUIRE_GPIOLIB
51cbff1d 586 select GENERIC_CLOCKEVENTS
abcda1dc 587 select PLAT_ORION_LEGACY
585cf175 588 help
9dd0b194 589 Support for the following Marvell Orion 5x series SoCs:
d2b2a6bb 590 Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182),
d323ade1 591 Orion-2 (5281), Orion-1-90 (6183).
585cf175 592
788c9700 593config ARCH_MMP
2f7e8fae 594 bool "Marvell PXA168/910/MMP2"
788c9700 595 depends on MMU
788c9700 596 select ARCH_REQUIRE_GPIOLIB
6d803ba7 597 select CLKDEV_LOOKUP
788c9700 598 select GENERIC_CLOCKEVENTS
157d2644 599 select GPIO_PXA
c24b3114 600 select IRQ_DOMAIN
788c9700 601 select PLAT_PXA
0bd86961 602 select SPARSE_IRQ
3c7241bd 603 select GENERIC_ALLOCATOR
01464226 604 select NEED_MACH_GPIO_H
788c9700 605 help
2f7e8fae 606 Support for Marvell's PXA168/PXA910(MMP) and MMP2 processor line.
788c9700
RK
607
608config ARCH_KS8695
609 bool "Micrel/Kendin KS8695"
610 select CPU_ARM922T
98830bc9 611 select ARCH_REQUIRE_GPIOLIB
0cdc8b92 612 select NEED_MACH_MEMORY_H
c7e783d6
LW
613 select CLKSRC_MMIO
614 select GENERIC_CLOCKEVENTS
788c9700
RK
615 help
616 Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based
617 System-on-Chip devices.
618
788c9700
RK
619config ARCH_W90X900
620 bool "Nuvoton W90X900 CPU"
621 select CPU_ARM926T
c52d3d68 622 select ARCH_REQUIRE_GPIOLIB
6d803ba7 623 select CLKDEV_LOOKUP
6fa5d5f7 624 select CLKSRC_MMIO
58b5369e 625 select GENERIC_CLOCKEVENTS
788c9700 626 help
a8bc4ead 627 Support for Nuvoton (Winbond logic dept.) ARM9 processor,
628 At present, the w90x900 has been renamed nuc900, regarding
629 the ARM series product line, you can login the following
630 link address to know more.
631
632 <http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/
633 ConsumerElectronicsIC/ARMMicrocontroller/ARMMicrocontroller>
788c9700 634
c5f80065
EG
635config ARCH_TEGRA
636 bool "NVIDIA Tegra"
4073723a 637 select CLKDEV_LOOKUP
234b6ced 638 select CLKSRC_MMIO
c5f80065
EG
639 select GENERIC_CLOCKEVENTS
640 select GENERIC_GPIO
641 select HAVE_CLK
3b55658a 642 select HAVE_SMP
ce5ea9f3 643 select MIGHT_HAVE_CACHE_L2X0
7056d423 644 select ARCH_HAS_CPUFREQ
2c95b7e0 645 select USE_OF
92fe58f0 646 select COMMON_CLK
c5f80065
EG
647 help
648 This enables support for NVIDIA Tegra based systems (Tegra APX,
649 Tegra 6xx and Tegra 2 series).
650
1da177e4 651config ARCH_PXA
2c8086a5 652 bool "PXA2xx/PXA3xx-based"
a4f7e763 653 depends on MMU
034d2f5a 654 select ARCH_MTD_XIP
89c52ed4 655 select ARCH_HAS_CPUFREQ
6d803ba7 656 select CLKDEV_LOOKUP
234b6ced 657 select CLKSRC_MMIO
7444a72e 658 select ARCH_REQUIRE_GPIOLIB
981d0f39 659 select GENERIC_CLOCKEVENTS
157d2644 660 select GPIO_PXA
bd5ce433 661 select PLAT_PXA
6ac6b817 662 select SPARSE_IRQ
4e234cc0 663 select AUTO_ZRELADDR
8a97ae2f 664 select MULTI_IRQ_HANDLER
15e0d9e3 665 select ARM_CPU_SUSPEND if PM
d0ee9f40 666 select HAVE_IDE
01464226 667 select NEED_MACH_GPIO_H
f999b8bd 668 help
2c8086a5 669 Support for Intel/Marvell's PXA2xx/PXA3xx processor line.
1da177e4 670
788c9700
RK
671config ARCH_MSM
672 bool "Qualcomm MSM"
4b536b8d 673 select HAVE_CLK
49cbe786 674 select GENERIC_CLOCKEVENTS
923a081c 675 select ARCH_REQUIRE_GPIOLIB
bd32344a 676 select CLKDEV_LOOKUP
49cbe786 677 help
4b53eb4f
DW
678 Support for Qualcomm MSM/QSD based systems. This runs on the
679 apps processor of the MSM/QSD and depends on a shared memory
680 interface to the modem processor which runs the baseband
681 stack and controls some vital subsystems
682 (clock and power control, etc).
49cbe786 683
c793c1b0 684config ARCH_SHMOBILE
6d72ad35
PM
685 bool "Renesas SH-Mobile / R-Mobile"
686 select HAVE_CLK
5e93c6b4 687 select CLKDEV_LOOKUP
aa3831cf 688 select HAVE_MACH_CLKDEV
3b55658a 689 select HAVE_SMP
6d72ad35 690 select GENERIC_CLOCKEVENTS
ce5ea9f3 691 select MIGHT_HAVE_CACHE_L2X0
6d72ad35
PM
692 select NO_IOPORT
693 select SPARSE_IRQ
60f1435c 694 select MULTI_IRQ_HANDLER
e3e01091 695 select PM_GENERIC_DOMAINS if PM
0cdc8b92 696 select NEED_MACH_MEMORY_H
c793c1b0 697 help
6d72ad35 698 Support for Renesas's SH-Mobile and R-Mobile ARM platforms.
c793c1b0 699
1da177e4
LT
700config ARCH_RPC
701 bool "RiscPC"
702 select ARCH_ACORN
703 select FIQ
a08b6b79 704 select ARCH_MAY_HAVE_PC_FDC
341eb781 705 select HAVE_PATA_PLATFORM
065909b9 706 select ISA_DMA_API
5ea81769 707 select NO_IOPORT
07f841b7 708 select ARCH_SPARSEMEM_ENABLE
5cfc8ee0 709 select ARCH_USES_GETTIMEOFFSET
d0ee9f40 710 select HAVE_IDE
c334bc15 711 select NEED_MACH_IO_H
0cdc8b92 712 select NEED_MACH_MEMORY_H
1da177e4
LT
713 help
714 On the Acorn Risc-PC, Linux can support the internal IDE disk and
715 CD-ROM interface, serial and parallel port, and the floppy drive.
716
717config ARCH_SA1100
718 bool "SA1100-based"
234b6ced 719 select CLKSRC_MMIO
c750815e 720 select CPU_SA1100
f7e68bbf 721 select ISA
05944d74 722 select ARCH_SPARSEMEM_ENABLE
034d2f5a 723 select ARCH_MTD_XIP
89c52ed4 724 select ARCH_HAS_CPUFREQ
1937f5b9 725 select CPU_FREQ
3e238be2 726 select GENERIC_CLOCKEVENTS
4a8f8340 727 select CLKDEV_LOOKUP
7444a72e 728 select ARCH_REQUIRE_GPIOLIB
d0ee9f40 729 select HAVE_IDE
01464226 730 select NEED_MACH_GPIO_H
0cdc8b92 731 select NEED_MACH_MEMORY_H
375dec92 732 select SPARSE_IRQ
f999b8bd
MM
733 help
734 Support for StrongARM 11x0 based boards.
1da177e4 735
b130d5c2
KK
736config ARCH_S3C24XX
737 bool "Samsung S3C24XX SoCs"
0a938b97 738 select GENERIC_GPIO
9d56c02a 739 select ARCH_HAS_CPUFREQ
9483a578 740 select HAVE_CLK
e83626f2 741 select CLKDEV_LOOKUP
5cfc8ee0 742 select ARCH_USES_GETTIMEOFFSET
20676c15 743 select HAVE_S3C2410_I2C if I2C
b130d5c2
KK
744 select HAVE_S3C_RTC if RTC_CLASS
745 select HAVE_S3C2410_WATCHDOG if WATCHDOG
01464226 746 select NEED_MACH_GPIO_H
c334bc15 747 select NEED_MACH_IO_H
1da177e4 748 help
b130d5c2
KK
749 Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443
750 and S3C2450 SoCs based systems, such as the Simtec Electronics BAST
751 (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or the
752 Samsung SMDK2410 development board (and derivatives).
63b1f51b 753
a08ab637
BD
754config ARCH_S3C64XX
755 bool "Samsung S3C64XX"
89f1fa08 756 select PLAT_SAMSUNG
89f0ce72 757 select CPU_V6
89f0ce72 758 select ARM_VIC
a08ab637 759 select HAVE_CLK
6700397a 760 select HAVE_TCM
226e85f4 761 select CLKDEV_LOOKUP
89f0ce72 762 select NO_IOPORT
5cfc8ee0 763 select ARCH_USES_GETTIMEOFFSET
89c52ed4 764 select ARCH_HAS_CPUFREQ
89f0ce72
BD
765 select ARCH_REQUIRE_GPIOLIB
766 select SAMSUNG_CLKSRC
767 select SAMSUNG_IRQ_VIC_TIMER
89f0ce72 768 select S3C_GPIO_TRACK
89f0ce72
BD
769 select S3C_DEV_NAND
770 select USB_ARCH_HAS_OHCI
771 select SAMSUNG_GPIOLIB_4BIT
20676c15 772 select HAVE_S3C2410_I2C if I2C
c39d8d55 773 select HAVE_S3C2410_WATCHDOG if WATCHDOG
01464226 774 select NEED_MACH_GPIO_H
a08ab637
BD
775 help
776 Samsung S3C64XX series based systems
777
49b7a491
KK
778config ARCH_S5P64X0
779 bool "Samsung S5P6440 S5P6450"
c4ffccdd
KK
780 select CPU_V6
781 select GENERIC_GPIO
782 select HAVE_CLK
d8b22d25 783 select CLKDEV_LOOKUP
0665ccc4 784 select CLKSRC_MMIO
c39d8d55 785 select HAVE_S3C2410_WATCHDOG if WATCHDOG
9e65bbf2 786 select GENERIC_CLOCKEVENTS
20676c15 787 select HAVE_S3C2410_I2C if I2C
754961a8 788 select HAVE_S3C_RTC if RTC_CLASS
01464226 789 select NEED_MACH_GPIO_H
c4ffccdd 790 help
49b7a491
KK
791 Samsung S5P64X0 CPU based systems, such as the Samsung SMDK6440,
792 SMDK6450.
c4ffccdd 793
acc84707
MS
794config ARCH_S5PC100
795 bool "Samsung S5PC100"
5a7652f2
BM
796 select GENERIC_GPIO
797 select HAVE_CLK
29e8eb0f 798 select CLKDEV_LOOKUP
5a7652f2 799 select CPU_V7
925c68cd 800 select ARCH_USES_GETTIMEOFFSET
20676c15 801 select HAVE_S3C2410_I2C if I2C
754961a8 802 select HAVE_S3C_RTC if RTC_CLASS
c39d8d55 803 select HAVE_S3C2410_WATCHDOG if WATCHDOG
01464226 804 select NEED_MACH_GPIO_H
5a7652f2 805 help
acc84707 806 Samsung S5PC100 series based systems
5a7652f2 807
170f4e42
KK
808config ARCH_S5PV210
809 bool "Samsung S5PV210/S5PC110"
810 select CPU_V7
eecb6a84 811 select ARCH_SPARSEMEM_ENABLE
0f75a96b 812 select ARCH_HAS_HOLES_MEMORYMODEL
170f4e42
KK
813 select GENERIC_GPIO
814 select HAVE_CLK
b2a9dd46 815 select CLKDEV_LOOKUP
0665ccc4 816 select CLKSRC_MMIO
d8144aea 817 select ARCH_HAS_CPUFREQ
9e65bbf2 818 select GENERIC_CLOCKEVENTS
20676c15 819 select HAVE_S3C2410_I2C if I2C
754961a8 820 select HAVE_S3C_RTC if RTC_CLASS
c39d8d55 821 select HAVE_S3C2410_WATCHDOG if WATCHDOG
01464226 822 select NEED_MACH_GPIO_H
0cdc8b92 823 select NEED_MACH_MEMORY_H
170f4e42
KK
824 help
825 Samsung S5PV210/S5PC110 series based systems
826
83014579
KK
827config ARCH_EXYNOS
828 bool "SAMSUNG EXYNOS"
cc0e72b8 829 select CPU_V7
f567fa6f 830 select ARCH_SPARSEMEM_ENABLE
0f75a96b 831 select ARCH_HAS_HOLES_MEMORYMODEL
cc0e72b8
CY
832 select GENERIC_GPIO
833 select HAVE_CLK
badc4f2d 834 select CLKDEV_LOOKUP
b333fb16 835 select ARCH_HAS_CPUFREQ
cc0e72b8 836 select GENERIC_CLOCKEVENTS
754961a8 837 select HAVE_S3C_RTC if RTC_CLASS
20676c15 838 select HAVE_S3C2410_I2C if I2C
c39d8d55 839 select HAVE_S3C2410_WATCHDOG if WATCHDOG
01464226 840 select NEED_MACH_GPIO_H
0cdc8b92 841 select NEED_MACH_MEMORY_H
cc0e72b8 842 help
83014579 843 Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5)
cc0e72b8 844
1da177e4
LT
845config ARCH_SHARK
846 bool "Shark"
c750815e 847 select CPU_SA110
f7e68bbf
RK
848 select ISA
849 select ISA_DMA
3bca103a 850 select ZONE_DMA
f7e68bbf 851 select PCI
5cfc8ee0 852 select ARCH_USES_GETTIMEOFFSET
0cdc8b92 853 select NEED_MACH_MEMORY_H
f999b8bd
MM
854 help
855 Support for the StrongARM based Digital DNARD machine, also known
856 as "Shark" (<http://www.shark-linux.de/shark.html>).
1da177e4 857
d98aac75
LW
858config ARCH_U300
859 bool "ST-Ericsson U300 Series"
860 depends on MMU
234b6ced 861 select CLKSRC_MMIO
d98aac75 862 select CPU_ARM926T
bc581770 863 select HAVE_TCM
d98aac75 864 select ARM_AMBA
5485c1e0 865 select ARM_PATCH_PHYS_VIRT
d98aac75 866 select ARM_VIC
d98aac75 867 select GENERIC_CLOCKEVENTS
6d803ba7 868 select CLKDEV_LOOKUP
50667d63 869 select COMMON_CLK
d98aac75 870 select GENERIC_GPIO
cc890cd7 871 select ARCH_REQUIRE_GPIOLIB
a4fe292f 872 select SPARSE_IRQ
d98aac75
LW
873 help
874 Support for ST-Ericsson U300 series mobile platforms.
875
ccf50e23
RK
876config ARCH_U8500
877 bool "ST-Ericsson U8500 Series"
67ae14fc 878 depends on MMU
ccf50e23
RK
879 select CPU_V7
880 select ARM_AMBA
ccf50e23 881 select GENERIC_CLOCKEVENTS
6d803ba7 882 select CLKDEV_LOOKUP
94bdc0e2 883 select ARCH_REQUIRE_GPIOLIB
7c1a70e9 884 select ARCH_HAS_CPUFREQ
3b55658a 885 select HAVE_SMP
ce5ea9f3 886 select MIGHT_HAVE_CACHE_L2X0
ccf50e23
RK
887 help
888 Support for ST-Ericsson's Ux500 architecture
889
890config ARCH_NOMADIK
891 bool "STMicroelectronics Nomadik"
892 select ARM_AMBA
893 select ARM_VIC
894 select CPU_ARM926T
4a31bd28 895 select COMMON_CLK
ccf50e23 896 select GENERIC_CLOCKEVENTS
0fa7be40 897 select PINCTRL
2601ccfe 898 select PINCTRL_STN8815
ce5ea9f3 899 select MIGHT_HAVE_CACHE_L2X0
ccf50e23
RK
900 select ARCH_REQUIRE_GPIOLIB
901 help
902 Support for the Nomadik platform by ST-Ericsson
903
7c6337e2
KH
904config ARCH_DAVINCI
905 bool "TI DaVinci"
7c6337e2 906 select GENERIC_CLOCKEVENTS
dce1115b 907 select ARCH_REQUIRE_GPIOLIB
3bca103a 908 select ZONE_DMA
9232fcc9 909 select HAVE_IDE
6d803ba7 910 select CLKDEV_LOOKUP
20e9969b 911 select GENERIC_ALLOCATOR
dc7ad3b3 912 select GENERIC_IRQ_CHIP
ae88e05a 913 select ARCH_HAS_HOLES_MEMORYMODEL
01464226 914 select NEED_MACH_GPIO_H
7c6337e2
KH
915 help
916 Support for TI's DaVinci platform.
917
3b938be6
RK
918config ARCH_OMAP
919 bool "TI OMAP"
00a36698 920 depends on MMU
9483a578 921 select HAVE_CLK
7444a72e 922 select ARCH_REQUIRE_GPIOLIB
89c52ed4 923 select ARCH_HAS_CPUFREQ
354a183f 924 select CLKSRC_MMIO
06cad098 925 select GENERIC_CLOCKEVENTS
9af915da 926 select ARCH_HAS_HOLES_MEMORYMODEL
01464226 927 select NEED_MACH_GPIO_H
3b938be6 928 help
6e457bb0 929 Support for TI's OMAP platform (OMAP1/2/3/4).
3b938be6 930
cee37e50 931config PLAT_SPEAR
932 bool "ST SPEAr"
933 select ARM_AMBA
934 select ARCH_REQUIRE_GPIOLIB
6d803ba7 935 select CLKDEV_LOOKUP
5df33a62 936 select COMMON_CLK
d6e15d78 937 select CLKSRC_MMIO
cee37e50 938 select GENERIC_CLOCKEVENTS
cee37e50 939 select HAVE_CLK
940 help
941 Support for ST's SPEAr platform (SPEAr3xx, SPEAr6xx and SPEAr13xx).
942
21f47fbc
AC
943config ARCH_VT8500
944 bool "VIA/WonderMedia 85xx"
945 select CPU_ARM926T
946 select GENERIC_GPIO
947 select ARCH_HAS_CPUFREQ
948 select GENERIC_CLOCKEVENTS
949 select ARCH_REQUIRE_GPIOLIB
e9a91de7
TP
950 select USE_OF
951 select COMMON_CLK
952 select HAVE_CLK
953 select CLKDEV_LOOKUP
21f47fbc
AC
954 help
955 Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
02c981c0 956
b85a3ef4
JL
957config ARCH_ZYNQ
958 bool "Xilinx Zynq ARM Cortex A9 Platform"
02c981c0 959 select CPU_V7
02c981c0
BD
960 select GENERIC_CLOCKEVENTS
961 select CLKDEV_LOOKUP
b85a3ef4
JL
962 select ARM_GIC
963 select ARM_AMBA
964 select ICST
ce5ea9f3 965 select MIGHT_HAVE_CACHE_L2X0
02c981c0 966 select USE_OF
02c981c0 967 help
b85a3ef4 968 Support for Xilinx Zynq ARM Cortex A9 Platform
1da177e4
LT
969endchoice
970
387798b3
RH
971menu "Multiple platform selection"
972 depends on ARCH_MULTIPLATFORM
973
974comment "CPU Core family selection"
975
976config ARCH_MULTI_V4
977 bool "ARMv4 based platforms (FA526, StrongARM)"
978 select ARCH_MULTI_V4_V5
979 depends on !ARCH_MULTI_V6_V7
980
981config ARCH_MULTI_V4T
982 bool "ARMv4T based platforms (ARM720T, ARM920T, ...)"
983 select ARCH_MULTI_V4_V5
984 depends on !ARCH_MULTI_V6_V7
985
986config ARCH_MULTI_V5
987 bool "ARMv5 based platforms (ARM926T, XSCALE, PJ1, ...)"
988 select ARCH_MULTI_V4_V5
989 depends on !ARCH_MULTI_V6_V7
990
991config ARCH_MULTI_V4_V5
992 bool
993
994config ARCH_MULTI_V6
995 bool "ARMv6 based platforms (ARM11, Scorpion, ...)"
996 select CPU_V6
997 select ARCH_MULTI_V6_V7
998
999config ARCH_MULTI_V7
1000 bool "ARMv7 based platforms (Cortex-A, PJ4, Krait)"
1001 select CPU_V7
61727630 1002 select ARCH_VEXPRESS
387798b3
RH
1003 default y
1004 select ARCH_MULTI_V6_V7
1005
1006config ARCH_MULTI_V6_V7
1007 bool
1008
1009config ARCH_MULTI_CPU_AUTO
1010 def_bool !(ARCH_MULTI_V4 || ARCH_MULTI_V4T || ARCH_MULTI_V6_V7)
1011 select ARCH_MULTI_V5
1012
1013endmenu
1014
ccf50e23
RK
1015#
1016# This is sorted alphabetically by mach-* pathname. However, plat-*
1017# Kconfigs may be included either alphabetically (according to the
1018# plat- suffix) or along side the corresponding mach-* source.
1019#
3e93a22b
GC
1020source "arch/arm/mach-mvebu/Kconfig"
1021
95b8f20f
RK
1022source "arch/arm/mach-at91/Kconfig"
1023
1da177e4
LT
1024source "arch/arm/mach-clps711x/Kconfig"
1025
d94f944e
AV
1026source "arch/arm/mach-cns3xxx/Kconfig"
1027
95b8f20f
RK
1028source "arch/arm/mach-davinci/Kconfig"
1029
1030source "arch/arm/mach-dove/Kconfig"
1031
e7736d47
LB
1032source "arch/arm/mach-ep93xx/Kconfig"
1033
1da177e4
LT
1034source "arch/arm/mach-footbridge/Kconfig"
1035
59d3a193
PZ
1036source "arch/arm/mach-gemini/Kconfig"
1037
95b8f20f
RK
1038source "arch/arm/mach-h720x/Kconfig"
1039
387798b3
RH
1040source "arch/arm/mach-highbank/Kconfig"
1041
1da177e4
LT
1042source "arch/arm/mach-integrator/Kconfig"
1043
3f7e5815
LB
1044source "arch/arm/mach-iop32x/Kconfig"
1045
1046source "arch/arm/mach-iop33x/Kconfig"
1da177e4 1047
285f5fa7
DW
1048source "arch/arm/mach-iop13xx/Kconfig"
1049
1da177e4
LT
1050source "arch/arm/mach-ixp4xx/Kconfig"
1051
95b8f20f
RK
1052source "arch/arm/mach-kirkwood/Kconfig"
1053
1054source "arch/arm/mach-ks8695/Kconfig"
1055
95b8f20f
RK
1056source "arch/arm/mach-msm/Kconfig"
1057
794d15b2
SS
1058source "arch/arm/mach-mv78xx0/Kconfig"
1059
95b8f20f 1060source "arch/arm/plat-mxc/Kconfig"
1da177e4 1061
1d3f33d5
SG
1062source "arch/arm/mach-mxs/Kconfig"
1063
95b8f20f 1064source "arch/arm/mach-netx/Kconfig"
49cbe786 1065
95b8f20f
RK
1066source "arch/arm/mach-nomadik/Kconfig"
1067source "arch/arm/plat-nomadik/Kconfig"
1068
d48af15e
TL
1069source "arch/arm/plat-omap/Kconfig"
1070
1071source "arch/arm/mach-omap1/Kconfig"
1da177e4 1072
1dbae815
TL
1073source "arch/arm/mach-omap2/Kconfig"
1074
9dd0b194 1075source "arch/arm/mach-orion5x/Kconfig"
585cf175 1076
387798b3
RH
1077source "arch/arm/mach-picoxcell/Kconfig"
1078
95b8f20f
RK
1079source "arch/arm/mach-pxa/Kconfig"
1080source "arch/arm/plat-pxa/Kconfig"
585cf175 1081
95b8f20f
RK
1082source "arch/arm/mach-mmp/Kconfig"
1083
1084source "arch/arm/mach-realview/Kconfig"
1085
1086source "arch/arm/mach-sa1100/Kconfig"
edabd38e 1087
cf383678 1088source "arch/arm/plat-samsung/Kconfig"
a21765a7
BD
1089source "arch/arm/plat-s3c24xx/Kconfig"
1090
387798b3
RH
1091source "arch/arm/mach-socfpga/Kconfig"
1092
cee37e50 1093source "arch/arm/plat-spear/Kconfig"
a21765a7 1094
85fd6d63 1095source "arch/arm/mach-s3c24xx/Kconfig"
b130d5c2 1096if ARCH_S3C24XX
a21765a7
BD
1097source "arch/arm/mach-s3c2412/Kconfig"
1098source "arch/arm/mach-s3c2440/Kconfig"
a21765a7 1099endif
1da177e4 1100
a08ab637 1101if ARCH_S3C64XX
431107ea 1102source "arch/arm/mach-s3c64xx/Kconfig"
a08ab637
BD
1103endif
1104
49b7a491 1105source "arch/arm/mach-s5p64x0/Kconfig"
c4ffccdd 1106
5a7652f2 1107source "arch/arm/mach-s5pc100/Kconfig"
5a7652f2 1108
170f4e42
KK
1109source "arch/arm/mach-s5pv210/Kconfig"
1110
83014579 1111source "arch/arm/mach-exynos/Kconfig"
cc0e72b8 1112
882d01f9 1113source "arch/arm/mach-shmobile/Kconfig"
52c543f9 1114
156a0997
BS
1115source "arch/arm/mach-prima2/Kconfig"
1116
c5f80065
EG
1117source "arch/arm/mach-tegra/Kconfig"
1118
95b8f20f 1119source "arch/arm/mach-u300/Kconfig"
1da177e4 1120
95b8f20f 1121source "arch/arm/mach-ux500/Kconfig"
1da177e4
LT
1122
1123source "arch/arm/mach-versatile/Kconfig"
1124
ceade897 1125source "arch/arm/mach-vexpress/Kconfig"
420c34e4 1126source "arch/arm/plat-versatile/Kconfig"
ceade897 1127
7ec80ddf 1128source "arch/arm/mach-w90x900/Kconfig"
1129
1da177e4
LT
1130# Definitions to make life easier
1131config ARCH_ACORN
1132 bool
1133
7ae1f7ec
LB
1134config PLAT_IOP
1135 bool
469d3044 1136 select GENERIC_CLOCKEVENTS
7ae1f7ec 1137
69b02f6a
LB
1138config PLAT_ORION
1139 bool
bfe45e0b 1140 select CLKSRC_MMIO
dc7ad3b3 1141 select GENERIC_IRQ_CHIP
278b45b0 1142 select IRQ_DOMAIN
2f129bf4 1143 select COMMON_CLK
69b02f6a 1144
abcda1dc
TP
1145config PLAT_ORION_LEGACY
1146 bool
1147 select PLAT_ORION
1148
bd5ce433
EM
1149config PLAT_PXA
1150 bool
1151
f4b8b319
RK
1152config PLAT_VERSATILE
1153 bool
1154
e3887714
RK
1155config ARM_TIMER_SP804
1156 bool
bfe45e0b 1157 select CLKSRC_MMIO
a7bf6162 1158 select HAVE_SCHED_CLOCK
e3887714 1159
1da177e4
LT
1160source arch/arm/mm/Kconfig
1161
958cab0f
RK
1162config ARM_NR_BANKS
1163 int
1164 default 16 if ARCH_EP93XX
1165 default 8
1166
afe4b25e
LB
1167config IWMMXT
1168 bool "Enable iWMMXt support"
ef6c8445
HZ
1169 depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_PJ4
1170 default y if PXA27x || PXA3xx || PXA95x || ARCH_MMP
afe4b25e
LB
1171 help
1172 Enable support for iWMMXt context switching at run time if
1173 running on a CPU that supports it.
1174
1da177e4
LT
1175config XSCALE_PMU
1176 bool
bfc994b5 1177 depends on CPU_XSCALE
1da177e4
LT
1178 default y
1179
52108641 1180config MULTI_IRQ_HANDLER
1181 bool
1182 help
1183 Allow each machine to specify it's own IRQ handler at run time.
1184
3b93e7b0
HC
1185if !MMU
1186source "arch/arm/Kconfig-nommu"
1187endif
1188
f0c4b8d6
WD
1189config ARM_ERRATA_326103
1190 bool "ARM errata: FSR write bit incorrect on a SWP to read-only memory"
1191 depends on CPU_V6
1192 help
1193 Executing a SWP instruction to read-only memory does not set bit 11
1194 of the FSR on the ARM 1136 prior to r1p0. This causes the kernel to
1195 treat the access as a read, preventing a COW from occurring and
1196 causing the faulting task to livelock.
1197
9cba3ccc
CM
1198config ARM_ERRATA_411920
1199 bool "ARM errata: Invalidation of the Instruction Cache operation can fail"
e399b1a4 1200 depends on CPU_V6 || CPU_V6K
9cba3ccc
CM
1201 help
1202 Invalidation of the Instruction Cache operation can
1203 fail. This erratum is present in 1136 (before r1p4), 1156 and 1176.
1204 It does not affect the MPCore. This option enables the ARM Ltd.
1205 recommended workaround.
1206
7ce236fc
CM
1207config ARM_ERRATA_430973
1208 bool "ARM errata: Stale prediction on replaced interworking branch"
1209 depends on CPU_V7
1210 help
1211 This option enables the workaround for the 430973 Cortex-A8
1212 (r1p0..r1p2) erratum. If a code sequence containing an ARM/Thumb
1213 interworking branch is replaced with another code sequence at the
1214 same virtual address, whether due to self-modifying code or virtual
1215 to physical address re-mapping, Cortex-A8 does not recover from the
1216 stale interworking branch prediction. This results in Cortex-A8
1217 executing the new code sequence in the incorrect ARM or Thumb state.
1218 The workaround enables the BTB/BTAC operations by setting ACTLR.IBE
1219 and also flushes the branch target cache at every context switch.
1220 Note that setting specific bits in the ACTLR register may not be
1221 available in non-secure mode.
1222
855c551f
CM
1223config ARM_ERRATA_458693
1224 bool "ARM errata: Processor deadlock when a false hazard is created"
1225 depends on CPU_V7
1226 help
1227 This option enables the workaround for the 458693 Cortex-A8 (r2p0)
1228 erratum. For very specific sequences of memory operations, it is
1229 possible for a hazard condition intended for a cache line to instead
1230 be incorrectly associated with a different cache line. This false
1231 hazard might then cause a processor deadlock. The workaround enables
1232 the L1 caching of the NEON accesses and disables the PLD instruction
1233 in the ACTLR register. Note that setting specific bits in the ACTLR
1234 register may not be available in non-secure mode.
1235
0516e464
CM
1236config ARM_ERRATA_460075
1237 bool "ARM errata: Data written to the L2 cache can be overwritten with stale data"
1238 depends on CPU_V7
1239 help
1240 This option enables the workaround for the 460075 Cortex-A8 (r2p0)
1241 erratum. Any asynchronous access to the L2 cache may encounter a
1242 situation in which recent store transactions to the L2 cache are lost
1243 and overwritten with stale memory contents from external memory. The
1244 workaround disables the write-allocate mode for the L2 cache via the
1245 ACTLR register. Note that setting specific bits in the ACTLR register
1246 may not be available in non-secure mode.
1247
9f05027c
WD
1248config ARM_ERRATA_742230
1249 bool "ARM errata: DMB operation may be faulty"
1250 depends on CPU_V7 && SMP
1251 help
1252 This option enables the workaround for the 742230 Cortex-A9
1253 (r1p0..r2p2) erratum. Under rare circumstances, a DMB instruction
1254 between two write operations may not ensure the correct visibility
1255 ordering of the two writes. This workaround sets a specific bit in
1256 the diagnostic register of the Cortex-A9 which causes the DMB
1257 instruction to behave as a DSB, ensuring the correct behaviour of
1258 the two writes.
1259
a672e99b
WD
1260config ARM_ERRATA_742231
1261 bool "ARM errata: Incorrect hazard handling in the SCU may lead to data corruption"
1262 depends on CPU_V7 && SMP
1263 help
1264 This option enables the workaround for the 742231 Cortex-A9
1265 (r2p0..r2p2) erratum. Under certain conditions, specific to the
1266 Cortex-A9 MPCore micro-architecture, two CPUs working in SMP mode,
1267 accessing some data located in the same cache line, may get corrupted
1268 data due to bad handling of the address hazard when the line gets
1269 replaced from one of the CPUs at the same time as another CPU is
1270 accessing it. This workaround sets specific bits in the diagnostic
1271 register of the Cortex-A9 which reduces the linefill issuing
1272 capabilities of the processor.
1273
9e65582a 1274config PL310_ERRATA_588369
fa0ce403 1275 bool "PL310 errata: Clean & Invalidate maintenance operations do not invalidate clean lines"
2839e06c 1276 depends on CACHE_L2X0
9e65582a
SS
1277 help
1278 The PL310 L2 cache controller implements three types of Clean &
1279 Invalidate maintenance operations: by Physical Address
1280 (offset 0x7F0), by Index/Way (0x7F8) and by Way (0x7FC).
1281 They are architecturally defined to behave as the execution of a
1282 clean operation followed immediately by an invalidate operation,
1283 both performing to the same memory location. This functionality
1284 is not correctly implemented in PL310 as clean lines are not
2839e06c 1285 invalidated as a result of these operations.
cdf357f1
WD
1286
1287config ARM_ERRATA_720789
1288 bool "ARM errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID"
e66dc745 1289 depends on CPU_V7
cdf357f1
WD
1290 help
1291 This option enables the workaround for the 720789 Cortex-A9 (prior to
1292 r2p0) erratum. A faulty ASID can be sent to the other CPUs for the
1293 broadcasted CP15 TLB maintenance operations TLBIASIDIS and TLBIMVAIS.
1294 As a consequence of this erratum, some TLB entries which should be
1295 invalidated are not, resulting in an incoherency in the system page
1296 tables. The workaround changes the TLB flushing routines to invalidate
1297 entries regardless of the ASID.
475d92fc 1298
1f0090a1 1299config PL310_ERRATA_727915
fa0ce403 1300 bool "PL310 errata: Background Clean & Invalidate by Way operation can cause data corruption"
1f0090a1
RK
1301 depends on CACHE_L2X0
1302 help
1303 PL310 implements the Clean & Invalidate by Way L2 cache maintenance
1304 operation (offset 0x7FC). This operation runs in background so that
1305 PL310 can handle normal accesses while it is in progress. Under very
1306 rare circumstances, due to this erratum, write data can be lost when
1307 PL310 treats a cacheable write transaction during a Clean &
1308 Invalidate by Way operation.
1309
475d92fc
WD
1310config ARM_ERRATA_743622
1311 bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption"
1312 depends on CPU_V7
1313 help
1314 This option enables the workaround for the 743622 Cortex-A9
efbc74ac 1315 (r2p*) erratum. Under very rare conditions, a faulty
475d92fc
WD
1316 optimisation in the Cortex-A9 Store Buffer may lead to data
1317 corruption. This workaround sets a specific bit in the diagnostic
1318 register of the Cortex-A9 which disables the Store Buffer
1319 optimisation, preventing the defect from occurring. This has no
1320 visible impact on the overall performance or power consumption of the
1321 processor.
1322
9a27c27c
WD
1323config ARM_ERRATA_751472
1324 bool "ARM errata: Interrupted ICIALLUIS may prevent completion of broadcasted operation"
ba90c516 1325 depends on CPU_V7
9a27c27c
WD
1326 help
1327 This option enables the workaround for the 751472 Cortex-A9 (prior
1328 to r3p0) erratum. An interrupted ICIALLUIS operation may prevent the
1329 completion of a following broadcasted operation if the second
1330 operation is received by a CPU before the ICIALLUIS has completed,
1331 potentially leading to corrupted entries in the cache or TLB.
1332
fa0ce403
WD
1333config PL310_ERRATA_753970
1334 bool "PL310 errata: cache sync operation may be faulty"
885028e4
SK
1335 depends on CACHE_PL310
1336 help
1337 This option enables the workaround for the 753970 PL310 (r3p0) erratum.
1338
1339 Under some condition the effect of cache sync operation on
1340 the store buffer still remains when the operation completes.
1341 This means that the store buffer is always asked to drain and
1342 this prevents it from merging any further writes. The workaround
1343 is to replace the normal offset of cache sync operation (0x730)
1344 by another offset targeting an unmapped PL310 register 0x740.
1345 This has the same effect as the cache sync operation: store buffer
1346 drain and waiting for all buffers empty.
1347
fcbdc5fe
WD
1348config ARM_ERRATA_754322
1349 bool "ARM errata: possible faulty MMU translations following an ASID switch"
1350 depends on CPU_V7
1351 help
1352 This option enables the workaround for the 754322 Cortex-A9 (r2p*,
1353 r3p*) erratum. A speculative memory access may cause a page table walk
1354 which starts prior to an ASID switch but completes afterwards. This
1355 can populate the micro-TLB with a stale entry which may be hit with
1356 the new ASID. This workaround places two dsb instructions in the mm
1357 switching code so that no page table walks can cross the ASID switch.
1358
5dab26af
WD
1359config ARM_ERRATA_754327
1360 bool "ARM errata: no automatic Store Buffer drain"
1361 depends on CPU_V7 && SMP
1362 help
1363 This option enables the workaround for the 754327 Cortex-A9 (prior to
1364 r2p0) erratum. The Store Buffer does not have any automatic draining
1365 mechanism and therefore a livelock may occur if an external agent
1366 continuously polls a memory location waiting to observe an update.
1367 This workaround defines cpu_relax() as smp_mb(), preventing correctly
1368 written polling loops from denying visibility of updates to memory.
1369
145e10e1
CM
1370config ARM_ERRATA_364296
1371 bool "ARM errata: Possible cache data corruption with hit-under-miss enabled"
1372 depends on CPU_V6 && !SMP
1373 help
1374 This options enables the workaround for the 364296 ARM1136
1375 r0p2 erratum (possible cache data corruption with
1376 hit-under-miss enabled). It sets the undocumented bit 31 in
1377 the auxiliary control register and the FI bit in the control
1378 register, thus disabling hit-under-miss without putting the
1379 processor into full low interrupt latency mode. ARM11MPCore
1380 is not affected.
1381
f630c1bd
WD
1382config ARM_ERRATA_764369
1383 bool "ARM errata: Data cache line maintenance operation by MVA may not succeed"
1384 depends on CPU_V7 && SMP
1385 help
1386 This option enables the workaround for erratum 764369
1387 affecting Cortex-A9 MPCore with two or more processors (all
1388 current revisions). Under certain timing circumstances, a data
1389 cache line maintenance operation by MVA targeting an Inner
1390 Shareable memory region may fail to proceed up to either the
1391 Point of Coherency or to the Point of Unification of the
1392 system. This workaround adds a DSB instruction before the
1393 relevant cache maintenance functions and sets a specific bit
1394 in the diagnostic control register of the SCU.
1395
11ed0ba1
WD
1396config PL310_ERRATA_769419
1397 bool "PL310 errata: no automatic Store Buffer drain"
1398 depends on CACHE_L2X0
1399 help
1400 On revisions of the PL310 prior to r3p2, the Store Buffer does
1401 not automatically drain. This can cause normal, non-cacheable
1402 writes to be retained when the memory system is idle, leading
1403 to suboptimal I/O performance for drivers using coherent DMA.
1404 This option adds a write barrier to the cpu_idle loop so that,
1405 on systems with an outer cache, the store buffer is drained
1406 explicitly.
1407
7253b85c
SH
1408config ARM_ERRATA_775420
1409 bool "ARM errata: A data cache maintenance operation which aborts, might lead to deadlock"
1410 depends on CPU_V7
1411 help
1412 This option enables the workaround for the 775420 Cortex-A9 (r2p2,
1413 r2p6,r2p8,r2p10,r3p0) erratum. In case a date cache maintenance
1414 operation aborts with MMU exception, it might cause the processor
1415 to deadlock. This workaround puts DSB before executing ISB if
1416 an abort may occur on cache maintenance.
1417
1da177e4
LT
1418endmenu
1419
1420source "arch/arm/common/Kconfig"
1421
1da177e4
LT
1422menu "Bus support"
1423
1424config ARM_AMBA
1425 bool
1426
1427config ISA
1428 bool
1da177e4
LT
1429 help
1430 Find out whether you have ISA slots on your motherboard. ISA is the
1431 name of a bus system, i.e. the way the CPU talks to the other stuff
1432 inside your box. Other bus systems are PCI, EISA, MicroChannel
1433 (MCA) or VESA. ISA is an older system, now being displaced by PCI;
1434 newer boards don't support it. If you have ISA, say Y, otherwise N.
1435
065909b9 1436# Select ISA DMA controller support
1da177e4
LT
1437config ISA_DMA
1438 bool
065909b9 1439 select ISA_DMA_API
1da177e4 1440
065909b9 1441# Select ISA DMA interface
5cae841b
AV
1442config ISA_DMA_API
1443 bool
5cae841b 1444
1da177e4 1445config PCI
0b05da72 1446 bool "PCI support" if MIGHT_HAVE_PCI
1da177e4
LT
1447 help
1448 Find out whether you have a PCI motherboard. PCI is the name of a
1449 bus system, i.e. the way the CPU talks to the other stuff inside
1450 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
1451 VESA. If you have PCI, say Y, otherwise N.
1452
52882173
AV
1453config PCI_DOMAINS
1454 bool
1455 depends on PCI
1456
b080ac8a
MRJ
1457config PCI_NANOENGINE
1458 bool "BSE nanoEngine PCI support"
1459 depends on SA1100_NANOENGINE
1460 help
1461 Enable PCI on the BSE nanoEngine board.
1462
36e23590
MW
1463config PCI_SYSCALL
1464 def_bool PCI
1465
1da177e4
LT
1466# Select the host bridge type
1467config PCI_HOST_VIA82C505
1468 bool
1469 depends on PCI && ARCH_SHARK
1470 default y
1471
a0113a99
MR
1472config PCI_HOST_ITE8152
1473 bool
1474 depends on PCI && MACH_ARMCORE
1475 default y
1476 select DMABOUNCE
1477
1da177e4
LT
1478source "drivers/pci/Kconfig"
1479
1480source "drivers/pcmcia/Kconfig"
1481
1482endmenu
1483
1484menu "Kernel Features"
1485
3b55658a
DM
1486config HAVE_SMP
1487 bool
1488 help
1489 This option should be selected by machines which have an SMP-
1490 capable CPU.
1491
1492 The only effect of this option is to make the SMP-related
1493 options available to the user for configuration.
1494
1da177e4 1495config SMP
bb2d8130 1496 bool "Symmetric Multi-Processing"
fbb4ddac 1497 depends on CPU_V6K || CPU_V7
bc28248e 1498 depends on GENERIC_CLOCKEVENTS
3b55658a 1499 depends on HAVE_SMP
9934ebb8 1500 depends on MMU
f6dd9fa5 1501 select USE_GENERIC_SMP_HELPERS
89c3dedf 1502 select HAVE_ARM_SCU if !ARCH_MSM_SCORPIONMP
1da177e4
LT
1503 help
1504 This enables support for systems with more than one CPU. If you have
1505 a system with only one CPU, like most personal computers, say N. If
1506 you have a system with more than one CPU, say Y.
1507
1508 If you say N here, the kernel will run on single and multiprocessor
1509 machines, but will use only one CPU of a multiprocessor machine. If
1510 you say Y here, the kernel will run on many, but not all, single
1511 processor machines. On a single processor machine, the kernel will
1512 run faster if you say N here.
1513
395cf969 1514 See also <file:Documentation/x86/i386/IO-APIC.txt>,
1da177e4 1515 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
50a23e6e 1516 <http://tldp.org/HOWTO/SMP-HOWTO.html>.
1da177e4
LT
1517
1518 If you don't know what to do here, say N.
1519
f00ec48f
RK
1520config SMP_ON_UP
1521 bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)"
1522 depends on EXPERIMENTAL
4d2692a7 1523 depends on SMP && !XIP_KERNEL
f00ec48f
RK
1524 default y
1525 help
1526 SMP kernels contain instructions which fail on non-SMP processors.
1527 Enabling this option allows the kernel to modify itself to make
1528 these instructions safe. Disabling it allows about 1K of space
1529 savings.
1530
1531 If you don't know what to do here, say Y.
1532
c9018aab
VG
1533config ARM_CPU_TOPOLOGY
1534 bool "Support cpu topology definition"
1535 depends on SMP && CPU_V7
1536 default y
1537 help
1538 Support ARM cpu topology definition. The MPIDR register defines
1539 affinity between processors which is then used to describe the cpu
1540 topology of an ARM System.
1541
1542config SCHED_MC
1543 bool "Multi-core scheduler support"
1544 depends on ARM_CPU_TOPOLOGY
1545 help
1546 Multi-core scheduler support improves the CPU scheduler's decision
1547 making when dealing with multi-core CPU chips at a cost of slightly
1548 increased overhead in some places. If unsure say N here.
1549
1550config SCHED_SMT
1551 bool "SMT scheduler support"
1552 depends on ARM_CPU_TOPOLOGY
1553 help
1554 Improves the CPU scheduler's decision making when dealing with
1555 MultiThreading at a cost of slightly increased overhead in some
1556 places. If unsure say N here.
1557
a8cbcd92
RK
1558config HAVE_ARM_SCU
1559 bool
a8cbcd92
RK
1560 help
1561 This option enables support for the ARM system coherency unit
1562
022c03a2
MZ
1563config ARM_ARCH_TIMER
1564 bool "Architected timer support"
1565 depends on CPU_V7
1566 help
1567 This option enables support for the ARM architected timer
1568
f32f4ce2
RK
1569config HAVE_ARM_TWD
1570 bool
1571 depends on SMP
1572 help
1573 This options enables support for the ARM timer and watchdog unit
1574
8d5796d2
LB
1575choice
1576 prompt "Memory split"
1577 default VMSPLIT_3G
1578 help
1579 Select the desired split between kernel and user memory.
1580
1581 If you are not absolutely sure what you are doing, leave this
1582 option alone!
1583
1584 config VMSPLIT_3G
1585 bool "3G/1G user/kernel split"
1586 config VMSPLIT_2G
1587 bool "2G/2G user/kernel split"
1588 config VMSPLIT_1G
1589 bool "1G/3G user/kernel split"
1590endchoice
1591
1592config PAGE_OFFSET
1593 hex
1594 default 0x40000000 if VMSPLIT_1G
1595 default 0x80000000 if VMSPLIT_2G
1596 default 0xC0000000
1597
1da177e4
LT
1598config NR_CPUS
1599 int "Maximum number of CPUs (2-32)"
1600 range 2 32
1601 depends on SMP
1602 default "4"
1603
a054a811
RK
1604config HOTPLUG_CPU
1605 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
1606 depends on SMP && HOTPLUG && EXPERIMENTAL
1607 help
1608 Say Y here to experiment with turning CPUs off and on. CPUs
1609 can be controlled through /sys/devices/system/cpu.
1610
37ee16ae
RK
1611config LOCAL_TIMERS
1612 bool "Use local timer interrupts"
971acb9b 1613 depends on SMP
37ee16ae 1614 default y
30d8bead 1615 select HAVE_ARM_TWD if (!ARCH_MSM_SCORPIONMP && !EXYNOS4_MCT)
37ee16ae
RK
1616 help
1617 Enable support for local timers on SMP platforms, rather then the
1618 legacy IPI broadcast method. Local timers allows the system
1619 accounting to be spread across the timer interval, preventing a
1620 "thundering herd" at every timer tick.
1621
44986ab0
PDSN
1622config ARCH_NR_GPIO
1623 int
3dea19e8 1624 default 1024 if ARCH_SHMOBILE || ARCH_TEGRA
70227a45 1625 default 355 if ARCH_U8500
9a01ec30 1626 default 264 if MACH_H4700
39f47d9f 1627 default 512 if SOC_OMAP5
e9a91de7 1628 default 288 if ARCH_VT8500
44986ab0
PDSN
1629 default 0
1630 help
1631 Maximum number of GPIOs in the system.
1632
1633 If unsure, leave the default value.
1634
d45a398f 1635source kernel/Kconfig.preempt
1da177e4 1636
f8065813
RK
1637config HZ
1638 int
b130d5c2 1639 default 200 if ARCH_EBSA110 || ARCH_S3C24XX || ARCH_S5P64X0 || \
a73ddc61 1640 ARCH_S5PV210 || ARCH_EXYNOS4
bfe65704 1641 default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
5248c657 1642 default AT91_TIMER_HZ if ARCH_AT91
5da3e714 1643 default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE
f8065813
RK
1644 default 100
1645
16c79651 1646config THUMB2_KERNEL
4a50bfe3 1647 bool "Compile the kernel in Thumb-2 mode (EXPERIMENTAL)"
e399b1a4 1648 depends on CPU_V7 && !CPU_V6 && !CPU_V6K && EXPERIMENTAL
16c79651
CM
1649 select AEABI
1650 select ARM_ASM_UNIFIED
89bace65 1651 select ARM_UNWIND
16c79651
CM
1652 help
1653 By enabling this option, the kernel will be compiled in
1654 Thumb-2 mode. A compiler/assembler that understand the unified
1655 ARM-Thumb syntax is needed.
1656
1657 If unsure, say N.
1658
6f685c5c
DM
1659config THUMB2_AVOID_R_ARM_THM_JUMP11
1660 bool "Work around buggy Thumb-2 short branch relocations in gas"
1661 depends on THUMB2_KERNEL && MODULES
1662 default y
1663 help
1664 Various binutils versions can resolve Thumb-2 branches to
1665 locally-defined, preemptible global symbols as short-range "b.n"
1666 branch instructions.
1667
1668 This is a problem, because there's no guarantee the final
1669 destination of the symbol, or any candidate locations for a
1670 trampoline, are within range of the branch. For this reason, the
1671 kernel does not support fixing up the R_ARM_THM_JUMP11 (102)
1672 relocation in modules at all, and it makes little sense to add
1673 support.
1674
1675 The symptom is that the kernel fails with an "unsupported
1676 relocation" error when loading some modules.
1677
1678 Until fixed tools are available, passing
1679 -fno-optimize-sibling-calls to gcc should prevent gcc generating
1680 code which hits this problem, at the cost of a bit of extra runtime
1681 stack usage in some cases.
1682
1683 The problem is described in more detail at:
1684 https://bugs.launchpad.net/binutils-linaro/+bug/725126
1685
1686 Only Thumb-2 kernels are affected.
1687
1688 Unless you are sure your tools don't have this problem, say Y.
1689
0becb088
CM
1690config ARM_ASM_UNIFIED
1691 bool
1692
704bdda0
NP
1693config AEABI
1694 bool "Use the ARM EABI to compile the kernel"
1695 help
1696 This option allows for the kernel to be compiled using the latest
1697 ARM ABI (aka EABI). This is only useful if you are using a user
1698 space environment that is also compiled with EABI.
1699
1700 Since there are major incompatibilities between the legacy ABI and
1701 EABI, especially with regard to structure member alignment, this
1702 option also changes the kernel syscall calling convention to
1703 disambiguate both ABIs and allow for backward compatibility support
1704 (selected with CONFIG_OABI_COMPAT).
1705
1706 To use this you need GCC version 4.0.0 or later.
1707
6c90c872 1708config OABI_COMPAT
a73a3ff1 1709 bool "Allow old ABI binaries to run with this kernel (EXPERIMENTAL)"
9bc433a1 1710 depends on AEABI && EXPERIMENTAL && !THUMB2_KERNEL
6c90c872
NP
1711 default y
1712 help
1713 This option preserves the old syscall interface along with the
1714 new (ARM EABI) one. It also provides a compatibility layer to
1715 intercept syscalls that have structure arguments which layout
1716 in memory differs between the legacy ABI and the new ARM EABI
1717 (only for non "thumb" binaries). This option adds a tiny
1718 overhead to all syscalls and produces a slightly larger kernel.
1719 If you know you'll be using only pure EABI user space then you
1720 can say N here. If this option is not selected and you attempt
1721 to execute a legacy ABI binary then the result will be
1722 UNPREDICTABLE (in fact it can be predicted that it won't work
1723 at all). If in doubt say Y.
1724
eb33575c 1725config ARCH_HAS_HOLES_MEMORYMODEL
e80d6a24 1726 bool
e80d6a24 1727
05944d74
RK
1728config ARCH_SPARSEMEM_ENABLE
1729 bool
1730
07a2f737
RK
1731config ARCH_SPARSEMEM_DEFAULT
1732 def_bool ARCH_SPARSEMEM_ENABLE
1733
05944d74 1734config ARCH_SELECT_MEMORY_MODEL
be370302 1735 def_bool ARCH_SPARSEMEM_ENABLE
c80d79d7 1736
7b7bf499
WD
1737config HAVE_ARCH_PFN_VALID
1738 def_bool ARCH_HAS_HOLES_MEMORYMODEL || !SPARSEMEM
1739
053a96ca 1740config HIGHMEM
e8db89a2
RK
1741 bool "High Memory Support"
1742 depends on MMU
053a96ca
NP
1743 help
1744 The address space of ARM processors is only 4 Gigabytes large
1745 and it has to accommodate user address space, kernel address
1746 space as well as some memory mapped IO. That means that, if you
1747 have a large amount of physical memory and/or IO, not all of the
1748 memory can be "permanently mapped" by the kernel. The physical
1749 memory that is not permanently mapped is called "high memory".
1750
1751 Depending on the selected kernel/user memory split, minimum
1752 vmalloc space and actual amount of RAM, you may not need this
1753 option which should result in a slightly faster kernel.
1754
1755 If unsure, say n.
1756
65cec8e3
RK
1757config HIGHPTE
1758 bool "Allocate 2nd-level pagetables from highmem"
1759 depends on HIGHMEM
65cec8e3 1760
1b8873a0
JI
1761config HW_PERF_EVENTS
1762 bool "Enable hardware performance counter support for perf events"
f0d1bc47 1763 depends on PERF_EVENTS
1b8873a0
JI
1764 default y
1765 help
1766 Enable hardware performance counter support for perf events. If
1767 disabled, perf events will use software events only.
1768
3f22ab27
DH
1769source "mm/Kconfig"
1770
c1b2d970
MD
1771config FORCE_MAX_ZONEORDER
1772 int "Maximum zone order" if ARCH_SHMOBILE
1773 range 11 64 if ARCH_SHMOBILE
898f08e1 1774 default "12" if SOC_AM33XX
c1b2d970
MD
1775 default "9" if SA1111
1776 default "11"
1777 help
1778 The kernel memory allocator divides physically contiguous memory
1779 blocks into "zones", where each zone is a power of two number of
1780 pages. This option selects the largest power of two that the kernel
1781 keeps in the memory allocator. If you need to allocate very large
1782 blocks of physically contiguous memory, then you may need to
1783 increase this value.
1784
1785 This config option is actually maximum order plus one. For example,
1786 a value of 11 means that the largest free memory block is 2^10 pages.
1787
1da177e4
LT
1788config ALIGNMENT_TRAP
1789 bool
f12d0d7c 1790 depends on CPU_CP15_MMU
1da177e4 1791 default y if !ARCH_EBSA110
e119bfff 1792 select HAVE_PROC_CPU if PROC_FS
1da177e4 1793 help
84eb8d06 1794 ARM processors cannot fetch/store information which is not
1da177e4
LT
1795 naturally aligned on the bus, i.e., a 4 byte fetch must start at an
1796 address divisible by 4. On 32-bit ARM processors, these non-aligned
1797 fetch/store instructions will be emulated in software if you say
1798 here, which has a severe performance impact. This is necessary for
1799 correct operation of some network protocols. With an IP-only
1800 configuration it is safe to say N, otherwise say Y.
1801
39ec58f3 1802config UACCESS_WITH_MEMCPY
38ef2ad5
LW
1803 bool "Use kernel mem{cpy,set}() for {copy_to,clear}_user()"
1804 depends on MMU
39ec58f3
LB
1805 default y if CPU_FEROCEON
1806 help
1807 Implement faster copy_to_user and clear_user methods for CPU
1808 cores where a 8-word STM instruction give significantly higher
1809 memory write throughput than a sequence of individual 32bit stores.
1810
1811 A possible side effect is a slight increase in scheduling latency
1812 between threads sharing the same address space if they invoke
1813 such copy operations with large buffers.
1814
1815 However, if the CPU data cache is using a write-allocate mode,
1816 this option is unlikely to provide any performance gain.
1817
70c70d97
NP
1818config SECCOMP
1819 bool
1820 prompt "Enable seccomp to safely compute untrusted bytecode"
1821 ---help---
1822 This kernel feature is useful for number crunching applications
1823 that may need to compute untrusted bytecode during their
1824 execution. By using pipes or other transports made available to
1825 the process as file descriptors supporting the read/write
1826 syscalls, it's possible to isolate those applications in
1827 their own address space using seccomp. Once seccomp is
1828 enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
1829 and the task is only allowed to execute a few safe syscalls
1830 defined by each seccomp mode.
1831
c743f380
NP
1832config CC_STACKPROTECTOR
1833 bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
4a50bfe3 1834 depends on EXPERIMENTAL
c743f380
NP
1835 help
1836 This option turns on the -fstack-protector GCC feature. This
1837 feature puts, at the beginning of functions, a canary value on
1838 the stack just before the return address, and validates
1839 the value just before actually returning. Stack based buffer
1840 overflows (that need to overwrite this return address) now also
1841 overwrite the canary, which gets detected and the attack is then
1842 neutralized via a kernel panic.
1843 This feature requires gcc version 4.2 or above.
1844
eff8d644
SS
1845config XEN_DOM0
1846 def_bool y
1847 depends on XEN
1848
1849config XEN
1850 bool "Xen guest support on ARM (EXPERIMENTAL)"
1851 depends on EXPERIMENTAL && ARM && OF
1852 help
1853 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM.
1854
1da177e4
LT
1855endmenu
1856
1857menu "Boot options"
1858
9eb8f674
GL
1859config USE_OF
1860 bool "Flattened Device Tree support"
1861 select OF
1862 select OF_EARLY_FLATTREE
08a543ad 1863 select IRQ_DOMAIN
9eb8f674
GL
1864 help
1865 Include support for flattened device tree machine descriptions.
1866
bd51e2f5
NP
1867config ATAGS
1868 bool "Support for the traditional ATAGS boot data passing" if USE_OF
1869 default y
1870 help
1871 This is the traditional way of passing data to the kernel at boot
1872 time. If you are solely relying on the flattened device tree (or
1873 the ARM_ATAG_DTB_COMPAT option) then you may unselect this option
1874 to remove ATAGS support from your kernel binary. If unsure,
1875 leave this to y.
1876
1877config DEPRECATED_PARAM_STRUCT
1878 bool "Provide old way to pass kernel parameters"
1879 depends on ATAGS
1880 help
1881 This was deprecated in 2001 and announced to live on for 5 years.
1882 Some old boot loaders still use this way.
1883
1da177e4
LT
1884# Compressed boot loader in ROM. Yes, we really want to ask about
1885# TEXT and BSS so we preserve their values in the config files.
1886config ZBOOT_ROM_TEXT
1887 hex "Compressed ROM boot loader base address"
1888 default "0"
1889 help
1890 The physical address at which the ROM-able zImage is to be
1891 placed in the target. Platforms which normally make use of
1892 ROM-able zImage formats normally set this to a suitable
1893 value in their defconfig file.
1894
1895 If ZBOOT_ROM is not enabled, this has no effect.
1896
1897config ZBOOT_ROM_BSS
1898 hex "Compressed ROM boot loader BSS address"
1899 default "0"
1900 help
f8c440b2
DF
1901 The base address of an area of read/write memory in the target
1902 for the ROM-able zImage which must be available while the
1903 decompressor is running. It must be large enough to hold the
1904 entire decompressed kernel plus an additional 128 KiB.
1905 Platforms which normally make use of ROM-able zImage formats
1906 normally set this to a suitable value in their defconfig file.
1da177e4
LT
1907
1908 If ZBOOT_ROM is not enabled, this has no effect.
1909
1910config ZBOOT_ROM
1911 bool "Compressed boot loader in ROM/flash"
1912 depends on ZBOOT_ROM_TEXT != ZBOOT_ROM_BSS
1913 help
1914 Say Y here if you intend to execute your compressed kernel image
1915 (zImage) directly from ROM or flash. If unsure, say N.
1916
090ab3ff
SH
1917choice
1918 prompt "Include SD/MMC loader in zImage (EXPERIMENTAL)"
1919 depends on ZBOOT_ROM && ARCH_SH7372 && EXPERIMENTAL
1920 default ZBOOT_ROM_NONE
1921 help
1922 Include experimental SD/MMC loading code in the ROM-able zImage.
59bf8964 1923 With this enabled it is possible to write the ROM-able zImage
090ab3ff
SH
1924 kernel image to an MMC or SD card and boot the kernel straight
1925 from the reset vector. At reset the processor Mask ROM will load
59bf8964 1926 the first part of the ROM-able zImage which in turn loads the
090ab3ff
SH
1927 rest the kernel image to RAM.
1928
1929config ZBOOT_ROM_NONE
1930 bool "No SD/MMC loader in zImage (EXPERIMENTAL)"
1931 help
1932 Do not load image from SD or MMC
1933
f45b1149
SH
1934config ZBOOT_ROM_MMCIF
1935 bool "Include MMCIF loader in zImage (EXPERIMENTAL)"
f45b1149 1936 help
090ab3ff
SH
1937 Load image from MMCIF hardware block.
1938
1939config ZBOOT_ROM_SH_MOBILE_SDHI
1940 bool "Include SuperH Mobile SDHI loader in zImage (EXPERIMENTAL)"
1941 help
1942 Load image from SDHI hardware block
1943
1944endchoice
f45b1149 1945
e2a6a3aa
JB
1946config ARM_APPENDED_DTB
1947 bool "Use appended device tree blob to zImage (EXPERIMENTAL)"
1948 depends on OF && !ZBOOT_ROM && EXPERIMENTAL
1949 help
1950 With this option, the boot code will look for a device tree binary
1951 (DTB) appended to zImage
1952 (e.g. cat zImage <filename>.dtb > zImage_w_dtb).
1953
1954 This is meant as a backward compatibility convenience for those
1955 systems with a bootloader that can't be upgraded to accommodate
1956 the documented boot protocol using a device tree.
1957
1958 Beware that there is very little in terms of protection against
1959 this option being confused by leftover garbage in memory that might
1960 look like a DTB header after a reboot if no actual DTB is appended
1961 to zImage. Do not leave this option active in a production kernel
1962 if you don't intend to always append a DTB. Proper passing of the
1963 location into r2 of a bootloader provided DTB is always preferable
1964 to this option.
1965
b90b9a38
NP
1966config ARM_ATAG_DTB_COMPAT
1967 bool "Supplement the appended DTB with traditional ATAG information"
1968 depends on ARM_APPENDED_DTB
1969 help
1970 Some old bootloaders can't be updated to a DTB capable one, yet
1971 they provide ATAGs with memory configuration, the ramdisk address,
1972 the kernel cmdline string, etc. Such information is dynamically
1973 provided by the bootloader and can't always be stored in a static
1974 DTB. To allow a device tree enabled kernel to be used with such
1975 bootloaders, this option allows zImage to extract the information
1976 from the ATAG list and store it at run time into the appended DTB.
1977
d0f34a11
GR
1978choice
1979 prompt "Kernel command line type" if ARM_ATAG_DTB_COMPAT
1980 default ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER
1981
1982config ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER
1983 bool "Use bootloader kernel arguments if available"
1984 help
1985 Uses the command-line options passed by the boot loader instead of
1986 the device tree bootargs property. If the boot loader doesn't provide
1987 any, the device tree bootargs property will be used.
1988
1989config ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND
1990 bool "Extend with bootloader kernel arguments"
1991 help
1992 The command-line arguments provided by the boot loader will be
1993 appended to the the device tree bootargs property.
1994
1995endchoice
1996
1da177e4
LT
1997config CMDLINE
1998 string "Default kernel command string"
1999 default ""
2000 help
2001 On some architectures (EBSA110 and CATS), there is currently no way
2002 for the boot loader to pass arguments to the kernel. For these
2003 architectures, you should supply some command-line options at build
2004 time by entering them here. As a minimum, you should specify the
2005 memory size and the root device (e.g., mem=64M root=/dev/nfs).
2006
4394c124
VB
2007choice
2008 prompt "Kernel command line type" if CMDLINE != ""
2009 default CMDLINE_FROM_BOOTLOADER
bd51e2f5 2010 depends on ATAGS
4394c124
VB
2011
2012config CMDLINE_FROM_BOOTLOADER
2013 bool "Use bootloader kernel arguments if available"
2014 help
2015 Uses the command-line options passed by the boot loader. If
2016 the boot loader doesn't provide any, the default kernel command
2017 string provided in CMDLINE will be used.
2018
2019config CMDLINE_EXTEND
2020 bool "Extend bootloader kernel arguments"
2021 help
2022 The command-line arguments provided by the boot loader will be
2023 appended to the default kernel command string.
2024
92d2040d
AH
2025config CMDLINE_FORCE
2026 bool "Always use the default kernel command string"
92d2040d
AH
2027 help
2028 Always use the default kernel command string, even if the boot
2029 loader passes other arguments to the kernel.
2030 This is useful if you cannot or don't want to change the
2031 command-line options your boot loader passes to the kernel.
4394c124 2032endchoice
92d2040d 2033
1da177e4
LT
2034config XIP_KERNEL
2035 bool "Kernel Execute-In-Place from ROM"
387798b3 2036 depends on !ZBOOT_ROM && !ARM_LPAE && !ARCH_MULTIPLATFORM
1da177e4
LT
2037 help
2038 Execute-In-Place allows the kernel to run from non-volatile storage
2039 directly addressable by the CPU, such as NOR flash. This saves RAM
2040 space since the text section of the kernel is not loaded from flash
2041 to RAM. Read-write sections, such as the data section and stack,
2042 are still copied to RAM. The XIP kernel is not compressed since
2043 it has to run directly from flash, so it will take more space to
2044 store it. The flash address used to link the kernel object files,
2045 and for storing it, is configuration dependent. Therefore, if you
2046 say Y here, you must know the proper physical address where to
2047 store the kernel image depending on your own flash memory usage.
2048
2049 Also note that the make target becomes "make xipImage" rather than
2050 "make zImage" or "make Image". The final kernel binary to put in
2051 ROM memory will be arch/arm/boot/xipImage.
2052
2053 If unsure, say N.
2054
2055config XIP_PHYS_ADDR
2056 hex "XIP Kernel Physical Location"
2057 depends on XIP_KERNEL
2058 default "0x00080000"
2059 help
2060 This is the physical address in your flash memory the kernel will
2061 be linked for and stored to. This address is dependent on your
2062 own flash usage.
2063
c587e4a6
RP
2064config KEXEC
2065 bool "Kexec system call (EXPERIMENTAL)"
02b73e2e 2066 depends on EXPERIMENTAL && (!SMP || HOTPLUG_CPU)
c587e4a6
RP
2067 help
2068 kexec is a system call that implements the ability to shutdown your
2069 current kernel, and to start another kernel. It is like a reboot
01dd2fbf 2070 but it is independent of the system firmware. And like a reboot
c587e4a6
RP
2071 you can start any kernel with it, not just Linux.
2072
2073 It is an ongoing process to be certain the hardware in a machine
2074 is properly shutdown, so do not be surprised if this code does not
2075 initially work for you. It may help to enable device hotplugging
2076 support.
2077
4cd9d6f7
RP
2078config ATAGS_PROC
2079 bool "Export atags in procfs"
bd51e2f5 2080 depends on ATAGS && KEXEC
b98d7291 2081 default y
4cd9d6f7
RP
2082 help
2083 Should the atags used to boot the kernel be exported in an "atags"
2084 file in procfs. Useful with kexec.
2085
cb5d39b3
MW
2086config CRASH_DUMP
2087 bool "Build kdump crash kernel (EXPERIMENTAL)"
2088 depends on EXPERIMENTAL
2089 help
2090 Generate crash dump after being started by kexec. This should
2091 be normally only set in special crash dump kernels which are
2092 loaded in the main kernel with kexec-tools into a specially
2093 reserved region and then later executed after a crash by
2094 kdump/kexec. The crash dump kernel must be compiled to a
2095 memory address not used by the main kernel
2096
2097 For more details see Documentation/kdump/kdump.txt
2098
e69edc79
EM
2099config AUTO_ZRELADDR
2100 bool "Auto calculation of the decompressed kernel image address"
2101 depends on !ZBOOT_ROM && !ARCH_U300
2102 help
2103 ZRELADDR is the physical address where the decompressed kernel
2104 image will be placed. If AUTO_ZRELADDR is selected, the address
2105 will be determined at run-time by masking the current IP with
2106 0xf8000000. This assumes the zImage being placed in the first 128MB
2107 from start of memory.
2108
1da177e4
LT
2109endmenu
2110
ac9d7efc 2111menu "CPU Power Management"
1da177e4 2112
89c52ed4 2113if ARCH_HAS_CPUFREQ
1da177e4
LT
2114
2115source "drivers/cpufreq/Kconfig"
2116
64f102b6
YS
2117config CPU_FREQ_IMX
2118 tristate "CPUfreq driver for i.MX CPUs"
2119 depends on ARCH_MXC && CPU_FREQ
f637c4c9 2120 select CPU_FREQ_TABLE
64f102b6
YS
2121 help
2122 This enables the CPUfreq driver for i.MX CPUs.
2123
1da177e4
LT
2124config CPU_FREQ_SA1100
2125 bool
1da177e4
LT
2126
2127config CPU_FREQ_SA1110
2128 bool
1da177e4
LT
2129
2130config CPU_FREQ_INTEGRATOR
2131 tristate "CPUfreq driver for ARM Integrator CPUs"
2132 depends on ARCH_INTEGRATOR && CPU_FREQ
2133 default y
2134 help
2135 This enables the CPUfreq driver for ARM Integrator CPUs.
2136
2137 For details, take a look at <file:Documentation/cpu-freq>.
2138
2139 If in doubt, say Y.
2140
9e2697ff
RK
2141config CPU_FREQ_PXA
2142 bool
2143 depends on CPU_FREQ && ARCH_PXA && PXA25x
2144 default y
ca7d156e 2145 select CPU_FREQ_TABLE
9e2697ff
RK
2146 select CPU_FREQ_DEFAULT_GOV_USERSPACE
2147
9d56c02a
BD
2148config CPU_FREQ_S3C
2149 bool
2150 help
2151 Internal configuration node for common cpufreq on Samsung SoC
2152
2153config CPU_FREQ_S3C24XX
4a50bfe3 2154 bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)"
b130d5c2 2155 depends on ARCH_S3C24XX && CPU_FREQ && EXPERIMENTAL
9d56c02a
BD
2156 select CPU_FREQ_S3C
2157 help
2158 This enables the CPUfreq driver for the Samsung S3C24XX family
2159 of CPUs.
2160
2161 For details, take a look at <file:Documentation/cpu-freq>.
2162
2163 If in doubt, say N.
2164
2165config CPU_FREQ_S3C24XX_PLL
4a50bfe3 2166 bool "Support CPUfreq changing of PLL frequency (EXPERIMENTAL)"
9d56c02a
BD
2167 depends on CPU_FREQ_S3C24XX && EXPERIMENTAL
2168 help
2169 Compile in support for changing the PLL frequency from the
2170 S3C24XX series CPUfreq driver. The PLL takes time to settle
2171 after a frequency change, so by default it is not enabled.
2172
2173 This also means that the PLL tables for the selected CPU(s) will
2174 be built which may increase the size of the kernel image.
2175
2176config CPU_FREQ_S3C24XX_DEBUG
2177 bool "Debug CPUfreq Samsung driver core"
2178 depends on CPU_FREQ_S3C24XX
2179 help
2180 Enable s3c_freq_dbg for the Samsung S3C CPUfreq core
2181
2182config CPU_FREQ_S3C24XX_IODEBUG
2183 bool "Debug CPUfreq Samsung driver IO timing"
2184 depends on CPU_FREQ_S3C24XX
2185 help
2186 Enable s3c_freq_iodbg for the Samsung S3C CPUfreq core
2187
e6d197a6
BD
2188config CPU_FREQ_S3C24XX_DEBUGFS
2189 bool "Export debugfs for CPUFreq"
2190 depends on CPU_FREQ_S3C24XX && DEBUG_FS
2191 help
2192 Export status information via debugfs.
2193
1da177e4
LT
2194endif
2195
ac9d7efc
RK
2196source "drivers/cpuidle/Kconfig"
2197
2198endmenu
2199
1da177e4
LT
2200menu "Floating point emulation"
2201
2202comment "At least one emulation must be selected"
2203
2204config FPE_NWFPE
2205 bool "NWFPE math emulation"
593c252a 2206 depends on (!AEABI || OABI_COMPAT) && !THUMB2_KERNEL
1da177e4
LT
2207 ---help---
2208 Say Y to include the NWFPE floating point emulator in the kernel.
2209 This is necessary to run most binaries. Linux does not currently
2210 support floating point hardware so you need to say Y here even if
2211 your machine has an FPA or floating point co-processor podule.
2212
2213 You may say N here if you are going to load the Acorn FPEmulator
2214 early in the bootup.
2215
2216config FPE_NWFPE_XP
2217 bool "Support extended precision"
bedf142b 2218 depends on FPE_NWFPE
1da177e4
LT
2219 help
2220 Say Y to include 80-bit support in the kernel floating-point
2221 emulator. Otherwise, only 32 and 64-bit support is compiled in.
2222 Note that gcc does not generate 80-bit operations by default,
2223 so in most cases this option only enlarges the size of the
2224 floating point emulator without any good reason.
2225
2226 You almost surely want to say N here.
2227
2228config FPE_FASTFPE
2229 bool "FastFPE math emulation (EXPERIMENTAL)"
8993a44c 2230 depends on (!AEABI || OABI_COMPAT) && !CPU_32v3 && EXPERIMENTAL
1da177e4
LT
2231 ---help---
2232 Say Y here to include the FAST floating point emulator in the kernel.
2233 This is an experimental much faster emulator which now also has full
2234 precision for the mantissa. It does not support any exceptions.
2235 It is very simple, and approximately 3-6 times faster than NWFPE.
2236
2237 It should be sufficient for most programs. It may be not suitable
2238 for scientific calculations, but you have to check this for yourself.
2239 If you do not feel you need a faster FP emulation you should better
2240 choose NWFPE.
2241
2242config VFP
2243 bool "VFP-format floating point maths"
e399b1a4 2244 depends on CPU_V6 || CPU_V6K || CPU_ARM926T || CPU_V7 || CPU_FEROCEON
1da177e4
LT
2245 help
2246 Say Y to include VFP support code in the kernel. This is needed
2247 if your hardware includes a VFP unit.
2248
2249 Please see <file:Documentation/arm/VFP/release-notes.txt> for
2250 release notes and additional status information.
2251
2252 Say N if your target does not have VFP hardware.
2253
25ebee02
CM
2254config VFPv3
2255 bool
2256 depends on VFP
2257 default y if CPU_V7
2258
b5872db4
CM
2259config NEON
2260 bool "Advanced SIMD (NEON) Extension support"
2261 depends on VFPv3 && CPU_V7
2262 help
2263 Say Y to include support code for NEON, the ARMv7 Advanced SIMD
2264 Extension.
2265
1da177e4
LT
2266endmenu
2267
2268menu "Userspace binary formats"
2269
2270source "fs/Kconfig.binfmt"
2271
2272config ARTHUR
2273 tristate "RISC OS personality"
704bdda0 2274 depends on !AEABI
1da177e4
LT
2275 help
2276 Say Y here to include the kernel code necessary if you want to run
2277 Acorn RISC OS/Arthur binaries under Linux. This code is still very
2278 experimental; if this sounds frightening, say N and sleep in peace.
2279 You can also say M here to compile this support as a module (which
2280 will be called arthur).
2281
2282endmenu
2283
2284menu "Power management options"
2285
eceab4ac 2286source "kernel/power/Kconfig"
1da177e4 2287
f4cb5700 2288config ARCH_SUSPEND_POSSIBLE
4b1082ca 2289 depends on !ARCH_S5PC100
6a786182 2290 depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \
3f5d0819 2291 CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE || CPU_MOHAWK
f4cb5700
JB
2292 def_bool y
2293
15e0d9e3
AB
2294config ARM_CPU_SUSPEND
2295 def_bool PM_SLEEP
2296
1da177e4
LT
2297endmenu
2298
d5950b43
SR
2299source "net/Kconfig"
2300
ac25150f 2301source "drivers/Kconfig"
1da177e4
LT
2302
2303source "fs/Kconfig"
2304
1da177e4
LT
2305source "arch/arm/Kconfig.debug"
2306
2307source "security/Kconfig"
2308
2309source "crypto/Kconfig"
2310
2311source "lib/Kconfig"
This page took 3.564857 seconds and 5 git commands to generate.