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 linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to