On Tue, 2013-04-02 at 15:15 -0700, Jacob Pan wrote: > --- a/drivers/platform/x86/Kconfig > +++ b/drivers/platform/x86/Kconfig > @@ -781,4 +781,12 @@ config APPLE_GMUX > graphics as well as the backlight. Currently only backlight > control is supported by the driver. > > +config INTEL_RAPL > + tristate "Intel RAPL Support" > + depends on X86 && THERMAL drivers/platform/x86/Kconfig is sourced from drivers/platform/Kconfig. The relevant line is wrapped in an "if X86" and "endif" pair. So X86 is superfluous here. " > + default y > + ---help--- > + RAPL, AKA, Running Average Power Limit provides mechanisms to enforce > + and monitor per domain power consumption limits of supported Intel CPUs. > + > endif # X86_PLATFORM_DEVICES Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html