aboutsummaryrefslogtreecommitdiff
path: root/board/edgeble/neural-compute-module-6/Kconfig
blob: 05de14f93c89fcd2609c4f042989591a03303bbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"

endif