aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2007-02-05 22:37:07 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-02-08 14:47:00 +0000
commit45cf5eef4fa8bcd8d3aca3c2a0703d791c9ea56c (patch)
treec8e6d8c5e2b8108dd855d23dcba47a86102d09e4
parent[ARM] 4144/1: Fix for patch #4099/1 with CONFIG_I2C_PXA_SLAVE set (diff)
downloadlinux-dev-45cf5eef4fa8bcd8d3aca3c2a0703d791c9ea56c.tar.xz
linux-dev-45cf5eef4fa8bcd8d3aca3c2a0703d791c9ea56c.zip
[ARM] 4136/1: Allow PXA2xx's clock source to be used
Commit c80204e5d67d1452ac0b761d980f1651dc2c66dc apparently missed this. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 6783c2e5512d..f7fa24b96eaa 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -280,6 +280,7 @@ config ARCH_PXA
bool "PXA2xx-based"
depends on MMU
select ARCH_MTD_XIP
+ select GENERIC_TIME
help
Support for Intel's PXA2XX processor line.