diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-11-12 17:45:16 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 10:07:50 -0500 |
commit | a88264c24c44924a549f3d596b86d611b7ee9909 (patch) | |
tree | 1f8e339e22743acf64b0d19a9b8328bbf5b66ac3 /arch/arm/Kconfig | |
parent | 3777f7748a5d10222a55ce88f753a19b16c17032 (diff) |
[ARM] pxa: remove periodic mode emulation support
Apparantly, the generic time subsystem can accurately emulate periodic
mode via the one-shot support code, so we don't need our own periodic
emulation code anymore. Just ensure that we build support for one shot
into the generic time subsystem.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a04f507e7f2c..1be718208704 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -345,6 +345,7 @@ config ARCH_PXA | |||
345 | select GENERIC_GPIO | 345 | select GENERIC_GPIO |
346 | select GENERIC_TIME | 346 | select GENERIC_TIME |
347 | select GENERIC_CLOCKEVENTS | 347 | select GENERIC_CLOCKEVENTS |
348 | select TICK_ONESHOT | ||
348 | help | 349 | help |
349 | Support for Intel/Marvell's PXA2xx/PXA3xx processor line. | 350 | Support for Intel/Marvell's PXA2xx/PXA3xx processor line. |
350 | 351 | ||