]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/phytec/phycore_rk3288/Kconfig
rockchip: Add basic support for phyCORE-RK3288 SoM based carrier board
[people/ms/u-boot.git] / board / phytec / phycore_rk3288 / Kconfig
1 if TARGET_PHYCORE_RK3288
2
3 config SYS_BOARD
4 default "phycore_rk3288"
5
6 config SYS_VENDOR
7 default "phytec"
8
9 config SYS_CONFIG_NAME
10 default "phycore_rk3288"
11
12 config BOARD_SPECIFIC_OPTIONS # dummy
13 def_bool y
14
15 endif