blob: 13d6465ae6e6c48d5cab69c1eff33bec78ad554d [file] [log] [blame]
Peter Robinson0b437a02022-12-31 09:24:00 +00001if TARGET_PINEPHONE_PRO_RK3399
2
3config SYS_BOARD
4 default "pinephone-pro-rk3399"
5
6config SYS_VENDOR
7 default "pine64"
8
9config SYS_CONFIG_NAME
10 default "pinephone-pro-rk3399"
11
12config BOARD_SPECIFIC_OPTIONS
13 def_bool y
14
15endif