aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig77
1 files changed, 47 insertions, 30 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 63ef7cf852a7..b92925c70172 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -84,6 +84,11 @@ config STACKTRACE_SUPPORT
84 bool 84 bool
85 default y 85 default y
86 86
87config HAVE_LATENCYTOP_SUPPORT
88 bool
89 depends on !SMP
90 default y
91
87config LOCKDEP_SUPPORT 92config LOCKDEP_SUPPORT
88 bool 93 bool
89 default y 94 default y
@@ -147,6 +152,10 @@ config FIQ
147config ARCH_MTD_XIP 152config ARCH_MTD_XIP
148 bool 153 bool
149 154
155config GENERIC_HARDIRQS_NO__DO_IRQ
156 bool
157 def_bool y
158
150if OPROFILE 159if OPROFILE
151 160
152config OPROFILE_ARMV6 161config OPROFILE_ARMV6
@@ -232,13 +241,6 @@ config ARCH_CLPS711X
232 help 241 help
233 Support for Cirrus Logic 711x/721x based boards. 242 Support for Cirrus Logic 711x/721x based boards.
234 243
235config ARCH_CO285
236 bool "Co-EBSA285"
237 select FOOTBRIDGE
238 select FOOTBRIDGE_ADDIN
239 help
240 Support for Intel's EBSA285 companion chip.
241
242config ARCH_EBSA110 244config ARCH_EBSA110
243 bool "EBSA-110" 245 bool "EBSA-110"
244 select ISA 246 select ISA
@@ -351,6 +353,16 @@ config ARCH_L7200
351 If you have any questions or comments about the Linux kernel port 353 If you have any questions or comments about the Linux kernel port
352 to this board, send e-mail to <sjhill@cotw.com>. 354 to this board, send e-mail to <sjhill@cotw.com>.
353 355
356config ARCH_KIRKWOOD
357 bool "Marvell Kirkwood"
358 select PCI
359 select GENERIC_TIME
360 select GENERIC_CLOCKEVENTS
361 select PLAT_ORION
362 help
363 Support for the following Marvell Kirkwood series SoCs:
364 88F6180, 88F6192 and 88F6281.
365
354config ARCH_KS8695 366config ARCH_KS8695
355 bool "Micrel/Kendin KS8695" 367 bool "Micrel/Kendin KS8695"
356 select GENERIC_GPIO 368 select GENERIC_GPIO
@@ -369,6 +381,24 @@ config ARCH_NS9XXX
369 381
370 <http://www.digi.com/products/microprocessors/index.jsp> 382 <http://www.digi.com/products/microprocessors/index.jsp>
371 383
384config ARCH_LOKI
385 bool "Marvell Loki (88RC8480)"
386 select GENERIC_TIME
387 select GENERIC_CLOCKEVENTS
388 select PLAT_ORION
389 help
390 Support for the Marvell Loki (88RC8480) SoC.
391
392config ARCH_MV78XX0
393 bool "Marvell MV78xx0"
394 select PCI
395 select GENERIC_TIME
396 select GENERIC_CLOCKEVENTS
397 select PLAT_ORION
398 help
399 Support for the following Marvell MV78xx0 series SoCs:
400 MV781x0, MV782x0.
401
372config ARCH_MXC 402config ARCH_MXC
373 bool "Freescale MXC/iMX-based" 403 bool "Freescale MXC/iMX-based"
374 select ARCH_MTD_XIP 404 select ARCH_MTD_XIP
@@ -385,7 +415,8 @@ config ARCH_ORION5X
385 select PLAT_ORION 415 select PLAT_ORION
386 help 416 help
387 Support for the following Marvell Orion 5x series SoCs: 417 Support for the following Marvell Orion 5x series SoCs:
388 Orion-1 (5181), Orion-NAS (5182), Orion-2 (5281.) 418 Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182),
419 Orion-2 (5281).
389 420
390config ARCH_PNX4008 421config ARCH_PNX4008
391 bool "Philips Nexperia PNX4008 Mobile" 422 bool "Philips Nexperia PNX4008 Mobile"
@@ -410,6 +441,7 @@ config ARCH_RPC
410 select FIQ 441 select FIQ
411 select TIMER_ACORN 442 select TIMER_ACORN
412 select ARCH_MAY_HAVE_PC_FDC 443 select ARCH_MAY_HAVE_PC_FDC
444 select HAVE_PATA_PLATFORM
413 select ISA_DMA_API 445 select ISA_DMA_API
414 select NO_IOPORT 446 select NO_IOPORT
415 help 447 help
@@ -506,6 +538,10 @@ source "arch/arm/mach-ixp2000/Kconfig"
506 538
507source "arch/arm/mach-ixp23xx/Kconfig" 539source "arch/arm/mach-ixp23xx/Kconfig"
508 540
541source "arch/arm/mach-loki/Kconfig"
542
543source "arch/arm/mach-mv78xx0/Kconfig"
544
509source "arch/arm/mach-pxa/Kconfig" 545source "arch/arm/mach-pxa/Kconfig"
510 546
511source "arch/arm/mach-sa1100/Kconfig" 547source "arch/arm/mach-sa1100/Kconfig"
@@ -518,6 +554,8 @@ source "arch/arm/mach-omap2/Kconfig"
518 554
519source "arch/arm/mach-orion5x/Kconfig" 555source "arch/arm/mach-orion5x/Kconfig"
520 556
557source "arch/arm/mach-kirkwood/Kconfig"
558
521source "arch/arm/plat-s3c24xx/Kconfig" 559source "arch/arm/plat-s3c24xx/Kconfig"
522source "arch/arm/plat-s3c/Kconfig" 560source "arch/arm/plat-s3c/Kconfig"
523 561
@@ -707,27 +745,6 @@ config PREEMPT
707 Say Y here if you are building a kernel for a desktop, embedded 745 Say Y here if you are building a kernel for a desktop, embedded
708 or real-time system. Say N if you are unsure. 746 or real-time system. Say N if you are unsure.
709 747
710config NO_IDLE_HZ
711 bool "Dynamic tick timer"
712 depends on !GENERIC_CLOCKEVENTS
713 help
714 Select this option if you want to disable continuous timer ticks
715 and have them programmed to occur as required. This option saves
716 power as the system can remain in idle state for longer.
717
718 By default dynamic tick is disabled during the boot, and can be
719 manually enabled with:
720
721 echo 1 > /sys/devices/system/timer/timer0/dyn_tick
722
723 Alternatively, if you want dynamic tick automatically enabled
724 during boot, pass "dyntick=enable" via the kernel command string.
725
726 Please note that dynamic tick may affect the accuracy of
727 timekeeping on some platforms depending on the implementation.
728 Currently at least OMAP, PXA2xx and SA11x0 platforms are known
729 to have accurate timekeeping with dynamic tick.
730
731config HZ 748config HZ
732 int 749 int
733 default 128 if ARCH_L7200 750 default 128 if ARCH_L7200
@@ -793,7 +810,7 @@ source "mm/Kconfig"
793 810
794config LEDS 811config LEDS
795 bool "Timer and CPU usage LEDs" 812 bool "Timer and CPU usage LEDs"
796 depends on ARCH_CDB89712 || ARCH_CO285 || ARCH_EBSA110 || \ 813 depends on ARCH_CDB89712 || ARCH_EBSA110 || \
797 ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \ 814 ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \
798 ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ 815 ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \
799 ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ 816 ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \