aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-10-18 10:20:21 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-10-18 10:20:21 -0400
commit7f9c7e28119cf21ae1a035240da3705647d0d06a (patch)
treec0a1568e21c5ce6cd4112e44071040a3e611a9ec /arch/arm/Kconfig
parent4af8f24d99d119ed68b27d1b0bd6f2ab2b23ed1b (diff)
parentb476ef059ec9e49d4f2a4280b862b446ef3866e8 (diff)
Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stable
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index ca5aa5aa39e0..7949fe65ecd4 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -510,6 +510,7 @@ config ARCH_MMP
510 select GENERIC_CLOCKEVENTS 510 select GENERIC_CLOCKEVENTS
511 select TICK_ONESHOT 511 select TICK_ONESHOT
512 select PLAT_PXA 512 select PLAT_PXA
513 select SPARSE_IRQ
513 help 514 help
514 Support for Marvell's PXA168/PXA910(MMP) and MMP2 processor line. 515 Support for Marvell's PXA168/PXA910(MMP) and MMP2 processor line.
515 516
@@ -587,6 +588,7 @@ config ARCH_PXA
587 select GENERIC_CLOCKEVENTS 588 select GENERIC_CLOCKEVENTS
588 select TICK_ONESHOT 589 select TICK_ONESHOT
589 select PLAT_PXA 590 select PLAT_PXA
591 select SPARSE_IRQ
590 help 592 help
591 Support for Intel/Marvell's PXA2xx/PXA3xx processor line. 593 Support for Intel/Marvell's PXA2xx/PXA3xx processor line.
592 594