diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-11-12 22:45:16 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 15:07:50 +0000 |
commit | a88264c24c44924a549f3d596b86d611b7ee9909 (patch) | |
tree | 1f8e339e22743acf64b0d19a9b8328bbf5b66ac3 /arch/arm/Kconfig | |
parent | 3777f7748a5d10222a55ce88f753a19b16c17032 (diff) | |
download | blackbird-op-linux-a88264c24c44924a549f3d596b86d611b7ee9909.tar.gz blackbird-op-linux-a88264c24c44924a549f3d596b86d611b7ee9909.zip |
[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 select GENERIC_GPIO select GENERIC_TIME select GENERIC_CLOCKEVENTS + select TICK_ONESHOT help Support for Intel/Marvell's PXA2xx/PXA3xx processor line. |