
choice
	prompt "Platform type"
	depends on CHIP_T21
	default PLATFORM_T21_ISVP

config PLATFORM_T21_ISVP
	bool "isvp"

endchoice

config PRODUCT_NAME
	string
	default "isvp" if PLATFORM_T21_ISVP

if PLATFORM_T21_ISVP
source "arch/mips/xburst/soc-t21/chip-t21/isvp/Kconfig"
endif
