aboutsummaryrefslogtreecommitdiff
path: root/board/pine64/quartzpro64-rk3588/Kconfig
blob: 96aa7921d32d0dfc2be2c66d40aa404cc63fc196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_QUARTZPRO64_RK3588

config SYS_BOARD
	default "quartzpro64-rk3588"

config SYS_VENDOR
	default "pine64"

config SYS_CONFIG_NAME
	default "quartzpro64-rk3588"

config BOARD_SPECIFIC_OPTIONS # dummy
	def_bool y

endif