[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1364984688.1830.4.camel@x61.thuisdomein>
Date: Wed, 03 Apr 2013 12:24:48 +0200
From: Paul Bolle <pebolle@...cali.nl>
To: Jacob Pan <jacob.jun.pan@...ux.intel.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Platform Driver <platform-driver-x86@...r.kernel.org>,
Matthew Garrett <matthew.garrett@...ula.com>,
Zhang Rui <rui.zhang@...el.com>,
Rafael Wysocki <rafael.j.wysocki@...el.com>,
Len Brown <len.brown@...el.com>,
Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>,
Arjan van de Ven <arjan@...ux.intel.com>
Subject: Re: [PATCH 1/1] Introduce Intel RAPL cooling device driver
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists