
choice
	prompt "Chip type"
	depends on SOC_T21
	default CHIP_T21

config CHIP_T21
       bool "chip-t21"
       select TRACEPOINTS
       select SYS_SUPPORTS_HIGHMEM
       select GENERIC_CLOCKEVENTS_BROADCAST

endchoice

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