diff options
author | Mikael Pettersson <mikpe@it.uu.se> | 2009-10-29 14:46:55 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2009-10-29 14:46:55 -0400 |
commit | 980f2296b5a8dfe589f023fd34229dcfdcf280fa (patch) | |
tree | 033746bf0eb178c0c86ddb365a0d93645c3e930f /arch/arm/Kconfig | |
parent | 469d30448dad13600cdd246024f9db8e80614c45 (diff) |
iop: enable generic time
This updates the IOP platform to use the kernel's generic time
framework. With clockevent support in place, this reduces to
selecting GENERIC_TIME and removing the platform's private timer
->offset() operation (iop_gettimeoffset).
Tested on n2100, compile-tested for all plat-iop machines.
Signed-off-by: Mikael Pettersson <mikpe@it.uu.se>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
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 e732fcc30526..455284edda25 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -811,6 +811,7 @@ config ARCH_ACORN | |||
811 | config PLAT_IOP | 811 | config PLAT_IOP |
812 | bool | 812 | bool |
813 | select GENERIC_CLOCKEVENTS | 813 | select GENERIC_CLOCKEVENTS |
814 | select GENERIC_TIME | ||
814 | 815 | ||
815 | config PLAT_ORION | 816 | config PLAT_ORION |
816 | bool | 817 | bool |