summaryrefslogtreecommitdiff
path: root/board/freescale/mx6dqscm/Kconfig
blob: d71145fdec76b2220248afe65bb005d95f4030cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
if TARGET_MX6DQSCM

config SYS_BOARD
	default "mx6dqscm"

config SYS_VENDOR
	default "freescale"

config SYS_CONFIG_NAME
	default "mx6dqscm"

config QWKS_REV3
	bool "Support for SCM QWKS rev3 board"
	help
	  Enable this when building for SCM QWKS board rev3 (revC).

config SCMEVB
	bool "Support for SCM EVB board"
	help
	  Enable this when building for SCM EVB board.

config SCMHVB
	bool "Support for Hardware Evaluation board"
	help
	  Enable this when building for SCM HVB board.

config INTERLEAVING_MODE
	bool "Interleaving mode"
	help
	  Enable the MMDC interlaving mode for lpddr2
	  fix mode is used when this is not enabled.

config SCM_LPDDR2_512MB
	bool "lpddr2 size of 512MB"
	help
	  Set the lpddr2 size to 512 MB
	  1GB is defaulted size.


config SCM_LPDDR2_2GB
	bool "lpddr2 size of 2GB"
	help
	  Set the lpddr2 size to 2GB
	  1GB is defaulted size.

endif