diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-08-27 22:00:15 -0400 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-09-05 21:24:17 -0400 |
commit | eb8ca943bae2b84c3fc14dfd7a908cb334465fef (patch) | |
tree | ea33293c22b77af7a43f8e242e4c0a6479e10438 /arch/arm/configs/marzen_defconfig | |
parent | 90b85afcba0ec6242172c636691962ab115e296c (diff) |
ARM: shmobile: marzen: enable thermal sensor
Marzen board can measure its thermal by this patch.
cat /sys/class/thermal/thermal_zoneX/temp
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'arch/arm/configs/marzen_defconfig')
-rw-r--r-- | arch/arm/configs/marzen_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig index 864f9a5c39dd..f513acedc10a 100644 --- a/arch/arm/configs/marzen_defconfig +++ b/arch/arm/configs/marzen_defconfig | |||
@@ -68,6 +68,8 @@ CONFIG_SERIAL_SH_SCI_CONSOLE=y | |||
68 | # CONFIG_HW_RANDOM is not set | 68 | # CONFIG_HW_RANDOM is not set |
69 | CONFIG_GPIO_SYSFS=y | 69 | CONFIG_GPIO_SYSFS=y |
70 | # CONFIG_HWMON is not set | 70 | # CONFIG_HWMON is not set |
71 | CONFIG_THERMAL=y | ||
72 | CONFIG_RCAR_THERMAL=y | ||
71 | CONFIG_SSB=y | 73 | CONFIG_SSB=y |
72 | # CONFIG_HID_SUPPORT is not set | 74 | # CONFIG_HID_SUPPORT is not set |
73 | # CONFIG_USB_SUPPORT is not set | 75 | # CONFIG_USB_SUPPORT is not set |