summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sll_arm2/Kconfig
blob: 1bdadb79d40a48ad88d7473eac72eaefe84a38ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_MX6SLL_ARM2

config SYS_BOARD
	default "mx6sll_arm2"

config SYS_VENDOR
	default "freescale"

config SYS_CONFIG_NAME
	default "mx6sll_arm2"

config LPDDR2
	bool "set if the board uses the LPDDR2 not default LPDDR3" 

endif