blob: 6743a28a2f5d5ef397227ce9d1f201bac76ce189 [file] [log] [blame]
Chris Morgan6cf6fe22023-04-21 10:59:19 -05001if TARGET_ANBERNIC_RGXX3_RK3566
2
3config SYS_BOARD
4 default "rgxx3_rk3566"
5
6config SYS_VENDOR
7 default "anbernic"
8
9config SYS_CONFIG_NAME
10 default "anbernic-rgxx3-rk3566"
11
12config BOARD_SPECIFIC_OPTIONS
13 def_bool y
14
15endif