aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2018-12-16 18:57:15 -0500
committerZhang Rui <rui.zhang@intel.com>2019-01-03 10:52:28 -0500
commit24ef9ec891c761483c5270528781b8637b908eef (patch)
treeb95cd6274ad8b97f6f5ba65f13964ab13de52bf5
parenteaaa598c0a285ef3b0efa54e711a385269fe50ce (diff)
thermal/intel: fixup for Kconfig string parsing tightening up
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--drivers/thermal/intel/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/intel/Kconfig b/drivers/thermal/intel/Kconfig
index 9c06d4ad7c97..2e013eeb4a1d 100644
--- a/drivers/thermal/intel/Kconfig
+++ b/drivers/thermal/intel/Kconfig
@@ -55,7 +55,7 @@ config INTEL_QUARK_DTS_THERMAL
55 underlying BIOS/Firmware. 55 underlying BIOS/Firmware.
56 56
57menu "ACPI INT340X thermal drivers" 57menu "ACPI INT340X thermal drivers"
58source drivers/thermal/intel/int340x_thermal/Kconfig 58source "drivers/thermal/intel/int340x_thermal/Kconfig"
59endmenu 59endmenu
60 60
61config INTEL_BXT_PMIC_THERMAL 61config INTEL_BXT_PMIC_THERMAL