summaryrefslogtreecommitdiff
path: root/board/BuR/brppt2/Kconfig
blob: aa39d66fb7429a20bb46503d2a7d3cc432cfee48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if TARGET_BRPPT2

config SYS_BOARD
	default "brppt2"

config SYS_VENDOR
	default "BuR"

config SYS_SOC
	default "mx6"

config SYS_CONFIG_NAME
	default "brppt2"

config SPL_DM_SPI
	def_bool y

endif