From 467974ffda4b874e16f0c84974c3d65d85f84f6a Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Mon, 22 Feb 2016 15:53:59 +0800 Subject: MLK-12425-4: mx6dlsabresd: support epdc Support epdc for mx6dlsabresd board. Introduce a new configuration file mx6dlsabresd_epdc_defconfig. Add related settings. Signed-off-by: Peng Fan --- configs/mx6dlsabresd_epdc_defconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 configs/mx6dlsabresd_epdc_defconfig (limited to 'configs') diff --git a/configs/mx6dlsabresd_epdc_defconfig b/configs/mx6dlsabresd_epdc_defconfig new file mode 100644 index 0000000..65a48b5 --- /dev/null +++ b/configs/mx6dlsabresd_epdc_defconfig @@ -0,0 +1,9 @@ +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6dlsabresd.cfg,MX6DL,MXC_EPDC" +CONFIG_TARGET_MX6SABRESD=y +CONFIG_DM=y +CONFIG_DM_THERMAL=y +CONFIG_CMD_GPIO=y +CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_STMICRO=y -- cgit v1.1