Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powercap / RAPL: fix build dependency on iosf_mbi

RAPL on Atom depends on IOSF_MBI driver for setting
floor frequency. This patch adds explicit dependency on
CONFIG_IOSF_MB.

Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Jacob Pan and committed by
Rafael J. Wysocki
24b59841 74af752e

+1 -1
+1 -1
drivers/powercap/Kconfig
··· 17 17 # Client driver configurations go here. 18 18 config INTEL_RAPL 19 19 tristate "Intel RAPL Support" 20 - depends on X86 20 + depends on X86 && IOSF_MBI 21 21 default n 22 22 ---help--- 23 23 This enables support for the Intel Running Average Power Limit (RAPL)