]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
thermal: fix INTEL_SOC_DTS_IOSF_CORE dependencies
authorArnd Bergmann <arnd@arndb.de>
Fri, 21 Jul 2017 16:16:28 +0000 (18:16 +0200)
committerZhang Rui <rui.zhang@intel.com>
Tue, 8 Aug 2017 09:14:26 +0000 (17:14 +0800)
commit68fd77cf8a4b045594231f07e5fc92e1a34c0a9e
tree419e2a94ea21eacd76c7f81cab8d44f28a359a83
parent23c973f59057929118ff3c80834d7d0335842c63
thermal: fix INTEL_SOC_DTS_IOSF_CORE dependencies

We get a Kconfig warning when selecting this without also enabling
CONFIG_PCI:

warning: (X86_INTEL_LPSS && INTEL_SOC_DTS_IOSF_CORE
&& SND_SST_IPC_ACPI && MMC_SDHCI_ACPI && PUNIT_ATOM_DEBUG)
selects IOSF_MBI which has unmet direct dependencies (PCI)

This adds a new depedency.

Fixes: 3a2419f865a6 ("Thermal: Intel SoC: DTS thermal use common APIs")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/Kconfig