diff options
author | Anna-Maria Gleixner <[email protected]> | 2012-05-18 16:45:54 +0000 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2012-05-21 11:01:44 +0200 |
commit | ded1cc5cfc3b4bc007fe3bb8fbfd9e66d8d667d7 (patch) | |
tree | 00402d6595d7c4eeff7c018e4ad3e8925c13dc31 | |
parent | 8cf200d8d01e71e8708a883a9cd0439cda6c2432 (diff) |
sparc: Use: generic time config
Signed-off-by: Anna-Maria Gleixner <[email protected]>
Cc: David S. Miller <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Acked-by: Sam Ravnborg <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
-rw-r--r-- | arch/sparc/Kconfig | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 6c0683d3fcba..33399d3d90bc 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -30,11 +30,13 @@ config SPARC select USE_GENERIC_SMP_HELPERS if SMP select GENERIC_PCI_IOMAP select HAVE_NMI_WATCHDOG if SPARC64 + select GENERIC_CMOS_UPDATE config SPARC32 def_bool !64BIT select GENERIC_ATOMIC64 select CLZ_TAB + select ARCH_USES_GETTIMEOFFSET config SPARC64 def_bool 64BIT @@ -61,6 +63,7 @@ config SPARC64 select IRQ_PREFLOW_FASTEOI select ARCH_HAVE_NMI_SAFE_CMPXCHG select HAVE_C_RECORDMCOUNT + select GENERIC_CLOCKEVENTS config ARCH_DEFCONFIG string @@ -73,18 +76,6 @@ config BITS default 32 if SPARC32 default 64 if SPARC64 -config ARCH_USES_GETTIMEOFFSET - bool - default y if SPARC32 - -config GENERIC_CMOS_UPDATE - bool - default y - -config GENERIC_CLOCKEVENTS - bool - default y if SPARC64 - config IOMMU_HELPER bool default y if SPARC64 |