From: Nikolay Dimitrov Date: Sun, 17 May 2015 23:10:46 +0000 (+0300) Subject: imx: riotboard: Enable thermal DM support X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=386878a5579994291e782fdb457b707fe32cc1c2;p=bsp%2Fu-boot.git imx: riotboard: Enable thermal DM support Signed-off-by: Nikolay Dimitrov Conflicts: configs/riotboard_defconfig --- diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig index 5296bde84a..ae0036a28a 100644 --- a/configs/riotboard_defconfig +++ b/configs/riotboard_defconfig @@ -1,3 +1,5 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s1g.cfg,MX6S,DDR_MB=1024,ENV_IS_IN_MMC" 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