vpeter4 | 76b08ce | 2015-08-03 12:49:05 +0200 | [diff] [blame] | 1 | CONFIG_ARM=y |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 2 | CONFIG_ARCH_MX6=y |
vpeter4 | 76b08ce | 2015-08-03 12:49:05 +0200 | [diff] [blame] | 3 | CONFIG_TARGET_UDOO=y |
Bin Meng | 63c1098 | 2015-09-28 05:14:15 -0700 | [diff] [blame] | 4 | CONFIG_SPL=y |
vpeter4 | 76b08ce | 2015-08-03 12:49:05 +0200 | [diff] [blame] | 5 | CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL" |
Bin Meng | 63c1098 | 2015-09-28 05:14:15 -0700 | [diff] [blame] | 6 | CONFIG_DM=y |
7 | CONFIG_DM_THERMAL=y |