diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2018-12-17 10:57:15 +1100 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2019-01-03 23:52:28 +0800 |
commit | 24ef9ec891c761483c5270528781b8637b908eef (patch) | |
tree | b95cd6274ad8b97f6f5ba65f13964ab13de52bf5 /drivers | |
parent | eaaa598c0a285ef3b0efa54e711a385269fe50ce (diff) |
thermal/intel: fixup for Kconfig string parsing tightening up
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/thermal/intel/Kconfig | 2 |
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 underlying BIOS/Firmware. menu "ACPI INT340X thermal drivers" -source drivers/thermal/intel/int340x_thermal/Kconfig +source "drivers/thermal/intel/int340x_thermal/Kconfig" endmenu config INTEL_BXT_PMIC_THERMAL |