aboutsummaryrefslogtreecommitdiff
path: root/board/edgeble/neural-compute-module-6/Kconfig
blob: c445454ddedd870f8ec8b2daf5bfdef5dc768f13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_RK3588_NEU6

config SYS_BOARD
	default "neural-compute-module-6"

config SYS_VENDOR
	default "edgeble"

config SYS_CONFIG_NAME
	default "neural-compute-module-6"

config BOARD_SPECIFIC_OPTIONS # dummy
	def_bool y

endif