diff options
author | Eduardo Valentin <[email protected]> | 2013-06-07 16:46:08 -0400 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2013-07-04 05:11:57 -0700 |
commit | 9c18ae3e8f2d76213a244e811b48332f0ebc4e04 (patch) | |
tree | 6190e3f209d0736135a1764531d3d0e3621eab23 | |
parent | 84793c77e13093627f462da616c55f425c2161be (diff) |
ARM: OMAP2+: omap2plus_defconfig: enable DRA752 thermal support by default
Make DRA752 thermal support enabled on omap2plus_defconfig
Cc: Russell King <[email protected]>
Cc: Tony Lindgren <[email protected]>
Cc: Javier Martinez Canillas <[email protected]>
Cc: AnilKumar Ch <[email protected]>
Cc: Santosh Shilimkar <[email protected]>
Cc: Tomi Valkeinen <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Eduardo Valentin <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index b160bb90fb11..61b76b0f7e82 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -250,6 +250,7 @@ CONFIG_TI_SOC_THERMAL=y CONFIG_TI_THERMAL=y CONFIG_OMAP4_THERMAL=y CONFIG_OMAP5_THERMAL=y +CONFIG_DRA752_THERMAL=y CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y # CONFIG_EXT3_FS_XATTR is not set |