summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sxscm/Kconfig
diff options
context:
space:
mode:
authorJuan Gutierrez <juan.gutierrez@nxp.com>2017-04-20 18:58:36 -0500
committerJuan Gutierrez <juan.gutierrez@nxp.com>2017-04-28 12:06:43 -0500
commitbabb68d3e7854992793781d7240e4c23da499ea8 (patch)
tree04db850f3a099e18573d4a70a89ac788b628bcf4 /board/freescale/mx6sxscm/Kconfig
parentc420113c114fb7a892d3eb37077bb42f2c489a8f (diff)
downloadu-boot-imx-babb68d3e7854992793781d7240e4c23da499ea8.zip
u-boot-imx-babb68d3e7854992793781d7240e4c23da499ea8.tar.gz
u-boot-imx-babb68d3e7854992793781d7240e4c23da499ea8.tar.bz2
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 <juan.gutierrez@nxp.com>
Diffstat (limited to 'board/freescale/mx6sxscm/Kconfig')
-rw-r--r--board/freescale/mx6sxscm/Kconfig10
1 files changed, 10 insertions, 0 deletions
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