summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sxscm/Kconfig
blob: 7dd62b9280523848de731d0745fc00ac15991be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
if TARGET_MX6SXSCM

config SYS_BOARD
	default "mx6sxscm"

config SYS_VENDOR
	default "freescale"

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