if VENDOR_SUNW

choice
	prompt "Mainboard model"

config BOARD_SUNW_ULTRA40
	bool "Ultra 40"

endchoice

source "src/mainboard/sunw/ultra40/Kconfig"

config MAINBOARD_VENDOR
	string
	default "Sun"

endif # VENDOR_SUNW