xref: /rk3399_rockchip-uboot/board/phytec/phycore_rk3288/Kconfig (revision ee8d037ce7b5ece66d085c0e6b7793e6e3fbef5b)
1if TARGET_PHYCORE_RK3288
2
3config SYS_BOARD
4	default "phycore_rk3288"
5
6config SYS_VENDOR
7	default "phytec"
8
9config SYS_CONFIG_NAME
10	default "phycore_rk3288"
11
12config BOARD_SPECIFIC_OPTIONS # dummy
13	def_bool y
14
15endif
16