From babb68d3e7854992793781d7240e4c23da499ea8 Mon Sep 17 00:00:00 2001 From: Juan Gutierrez Date: Thu, 20 Apr 2017 18:58:36 -0500 Subject: MXSCM-292-2 mx6sxscm: convert to enable OF_CONTROL and DM drivers Update mx6sxscm boards code and build configurations to enable OF_CONTROL and DM drivers. 1. Update GPIO codes for adding gpio request 2. Update PMIC and LDO by-pass codes for DM PMIC 3. Add lpddr2 512MB size and eMMC options tolocal Kconfig 4. Update license with NXP 2017 5. Add defconfigs for EVB boards Signed-off-by: Juan Gutierrez --- board/freescale/mx6sxscm/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'board/freescale/mx6sxscm/Kconfig') diff --git a/board/freescale/mx6sxscm/Kconfig b/board/freescale/mx6sxscm/Kconfig index d3b1075..7dd62b9 100644 --- a/board/freescale/mx6sxscm/Kconfig +++ b/board/freescale/mx6sxscm/Kconfig @@ -9,4 +9,14 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "mx6sxscm" +config 512MB_LPDDR2 + bool "lpddr2 size of 512MB" + help + Set the lpddr2 size to 512 MB. + +config MX6SXSCM_EMMC + bool "Select for eMMC support" + help + For epop modules with eMMC on SCM. + endif -- cgit v1.1