choice
	prompt "Board type"
	depends on PLATFORM_T30_ISVP
	default BOARD_MONKEY

config BOARD_MONKEY
       bool "Monkey"
       depends on PLATFORM_T30_ISVP

endchoice

config BOARD_NAME
	string
	default "Monkey" if BOARD_MONKEY
