summaryrefslogtreecommitdiff
path: root/board/phytec/phycore_rk3288/Kconfig
blob: 09753ef238fc9ca657935a5912a49a70b2e4f0ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if TARGET_PHYCORE_RK3288

config SYS_BOARD
	default "phycore_rk3288"

config SYS_VENDOR
	default "phytec"

config SYS_CONFIG_NAME
	default "phycore_rk3288"

endif