x86/Kconfig: Cyclone-timer depends on x86-summit
authorAlessandro Rubini <rubini@gnudd.com>
Fri, 28 Oct 2011 22:48:42 +0000 (00:48 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 5 Dec 2011 17:18:15 +0000 (18:18 +0100)
CONFIG_X86_CYCLONE_TIMER depends on CONFIG_X86_32_NON_STANDARD,
which forces drivers/clocksource/cyclone.c to be compiled. The
file doesn't do anything unless enabled by
arch/x86/kernel/apic/summit_32.c

Make CONFIG_X86_CYCLONE_TIMER depend by X86_SUMMIT instead, to
avoid unnecessary code in other non-standard systems.

Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Cc: john stultz <johnstul@us.ibm.com>
Link: http://lkml.kernel.org/r/20111028224842.GA7582@mail.gnudd.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig

index 9e7a361423d625cddeed6e28e607b02c73934c70..faf39a0d6242e7a13dc0a7023630bd5b06440807 100644 (file)
@@ -633,7 +633,7 @@ config X86_SUMMIT_NUMA
 
 config X86_CYCLONE_TIMER
        def_bool y
-       depends on X86_32_NON_STANDARD
+       depends on X86_SUMMIT
 
 source "arch/x86/Kconfig.cpu"
 
This page took 0.026674 seconds and 5 git commands to generate.