summaryrefslogtreecommitdiff
path: root/board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig
blob: 9e7e0fd7951b27fb59be2e47d3359e31501baf27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if TARGET_MX7D_19X19_LPDDR3_ARM2 || TARGET_MX7D_19X19_LPDDR2_ARM2

config SYS_BOARD
	default "mx7d_19x19_lpddr3_arm2"

config SYS_VENDOR
	default "freescale"

config SYS_CONFIG_NAME
	default "mx7d_19x19_lpddr3_arm2"

config NOR
	bool "Support for NOR flash"
	help
	  The i.MX SoC supports having a NOR flash connected to the WEIM.
	  Need to set this for NOR_BOOT.
endif