aboutsummaryrefslogtreecommitdiff
path: root/board/anbernic/rgxx3_rk3566/Kconfig
blob: 6743a28a2f5d5ef397227ce9d1f201bac76ce189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_ANBERNIC_RGXX3_RK3566

config SYS_BOARD
	default "rgxx3_rk3566"

config SYS_VENDOR
	default "anbernic"

config SYS_CONFIG_NAME
	default "anbernic-rgxx3-rk3566"

config BOARD_SPECIFIC_OPTIONS
	def_bool y

endif