From: Nikolay Dimitrov Date: Sun, 17 May 2015 23:10:46 +0000 (+0300) Subject: imx: riotboard: Enable thermal DM support X-Git-Tag: v2015.07-rc2~97^2~34 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3dd01fc0f7c36334e28d182d3b50152d8150240e;p=u-boot imx: riotboard: Enable thermal DM support Signed-off-by: Nikolay Dimitrov --- diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig index c0b689b461..ae0036a28a 100644 --- a/configs/riotboard_defconfig +++ b/configs/riotboard_defconfig @@ -1,3 +1,5 @@ CONFIG_ARM=y CONFIG_TARGET_EMBESTMX6BOARDS=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s1g.cfg,MX6S,DDR_MB=1024,ENV_IS_IN_MMC" +CONFIG_DM=y +CONFIG_DM_THERMAL=y