Skip to content

Commit

Permalink
powerpc: Use generic time config
Browse files Browse the repository at this point in the history
Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Link: http://lkml.kernel.org/r/20120518163106.464567389@glx-um.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Anna-Maria Gleixner authored and Thomas Gleixner committed May 21, 2012
1 parent ea53320 commit b9ed27d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ config MMU
bool
default y

config GENERIC_CMOS_UPDATE
def_bool y

config GENERIC_TIME_VSYSCALL
def_bool y

config GENERIC_CLOCKEVENTS
def_bool y

config HAVE_SETUP_PER_CPU_AREA
def_bool PPC64

Expand Down Expand Up @@ -144,6 +135,9 @@ config PPC
select HAVE_BPF_JIT if (PPC64 && NET)
select HAVE_ARCH_JUMP_LABEL
select ARCH_HAVE_NMI_SAFE_CMPXCHG
select GENERIC_CMOS_UPDATE
select GENERIC_TIME_VSYSCALL
select GENERIC_CLOCKEVENTS

config EARLY_PRINTK
bool
Expand Down

0 comments on commit b9ed27d

Please sign in to comment.