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

config SYS_BOARD
	default "mx6qarm2"

config SYS_VENDOR
	default "freescale"

config SYS_CONFIG_NAME
	default "mx6qarm2"

config MX6DQ_POP_LPDDR2
	bool "Select this if it is a MX6Q POP LPDDR2 board"

endif