if VENDOR_ARTECGROUP

choice
	prompt "Mainboard model"

source "src/mainboard/artecgroup/*/Kconfig.name"

endchoice

config MAINBOARD_VENDOR
	string
	default "Artec Group"

endif # VENDOR_ARTECGROUP

if VENDOR_ARTECGROUP || VENDOR_LINUTOP
source "src/mainboard/artecgroup/*/Kconfig"
endif # VENDOR_ARTECGROUP || VENDOR_LINUTOP