diff options
author | Anna-Maria Gleixner <[email protected]> | 2012-05-18 16:45:46 +0000 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2012-05-21 11:01:42 +0200 |
commit | 5227b636eca4226287e43fc1de1e09a694bcaa34 (patch) | |
tree | 8e13ea680837b37423d2b7a2ea4312c8b1378d66 | |
parent | 6220443db41899606a8621215e0f6e99477f7152 (diff) |
cris: Use generic time config
Signed-off-by: Anna-Maria Gleixner <[email protected]>
Cc: Jesper Nilsson <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
-rw-r--r-- | arch/cris/Kconfig | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index b3abfb08aa5c..4a63e7eca105 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig @@ -13,12 +13,6 @@ config RWSEM_GENERIC_SPINLOCK config RWSEM_XCHGADD_ALGORITHM bool -config GENERIC_CMOS_UPDATE - def_bool y - -config ARCH_USES_GETTIMEOFFSET - def_bool n - config ARCH_HAS_ILOG2_U32 bool default n @@ -49,6 +43,7 @@ config CRIS select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_SHOW select GENERIC_IOMAP + select GENERIC_CMOS_UPDATE config HZ int |