diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 44789eff983f..57e16d4e14dc 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -591,6 +591,7 @@ config ARCH_MMP | |||
591 | select ARCH_REQUIRE_GPIOLIB | 591 | select ARCH_REQUIRE_GPIOLIB |
592 | select CLKDEV_LOOKUP | 592 | select CLKDEV_LOOKUP |
593 | select GENERIC_CLOCKEVENTS | 593 | select GENERIC_CLOCKEVENTS |
594 | select GPIO_PXA | ||
594 | select HAVE_SCHED_CLOCK | 595 | select HAVE_SCHED_CLOCK |
595 | select TICK_ONESHOT | 596 | select TICK_ONESHOT |
596 | select PLAT_PXA | 597 | select PLAT_PXA |
@@ -673,6 +674,7 @@ config ARCH_PXA | |||
673 | select CLKSRC_MMIO | 674 | select CLKSRC_MMIO |
674 | select ARCH_REQUIRE_GPIOLIB | 675 | select ARCH_REQUIRE_GPIOLIB |
675 | select GENERIC_CLOCKEVENTS | 676 | select GENERIC_CLOCKEVENTS |
677 | select GPIO_PXA | ||
676 | select HAVE_SCHED_CLOCK | 678 | select HAVE_SCHED_CLOCK |
677 | select TICK_ONESHOT | 679 | select TICK_ONESHOT |
678 | select PLAT_PXA | 680 | select PLAT_PXA |