aboutsummaryrefslogtreecommitdiff
path: root/board/somlabs/visionsom-6ull/Kconfig
blob: 37408aa798b0cbea9e9a5a9e057a84a28e5b137f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if TARGET_SOMLABS_VISIONSOM_6ULL

config SYS_BOARD
	default "visionsom-6ull"

config SYS_VENDOR
	default "somlabs"

config SYS_CONFIG_NAME
	default "somlabs_visionsom_6ull"

endif