summaryrefslogtreecommitdiff
path: root/board/phytec/phycore_rk3288/Kconfig
blob: 57cd8e26ed718fd0a8487bc913821b16df2f5649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_PHYCORE_RK3288

config SYS_BOARD
	default "phycore_rk3288"

config SYS_VENDOR
	default "phytec"

config SYS_CONFIG_NAME
	default "phycore_rk3288"

config BOARD_SPECIFIC_OPTIONS # dummy
	def_bool y

endif