choice
	prompt "Board type"
	depends on BOARD_BOX
	default BOARD_BOX_V10

config BOARD_BOX_V10
       bool "box V10"
       depends on BOARD_BOX

endchoice

config BOARD_NAME
	string
	default "box_v10" if BOARD_BOX_V10
