if IFXMIPS

choice
	prompt "Infineon SoC chip selection"
	default SOC_DANUBE
	help
		Select Infineon MIPS SoC type.

	config IFXMIPS_DANUBE
		bool "Danube/Twinpass"
		select SOC_DANUBE

endchoice

source "arch/mips/ifxmips/danube/Kconfig"

config SOC_DANUBE
	bool
	select DMA_NONCOHERENT
	select IRQ_CPU
	select CEVT_R4K
	select CSRC_R4K
	select SYS_HAS_CPU_MIPS32_R1
	select SYS_HAS_CPU_MIPS32_R2
	select HAVE_STD_PC_SERIAL_PORT
	select SYS_SUPPORTS_BIG_ENDIAN
	select SYS_SUPPORTS_32BIT_KERNEL
	select SYS_SUPPORTS_MULTITHREADING
	select SYS_HAS_EARLY_PRINTK
	select HW_HAS_PCI
	select ARCH_REQUIRE_GPIOLIB
	select SWAP_IO_SPACE
	select MIPS_MACHINE

if EARLY_PRINTK
menu "Infineon SoC settings"

choice
	prompt "Early printk port"
	help
	  Choose which serial port is used, until the console driver is loaded

config IFXMIPS_PROM_ASC0
	bool "ASC0"

config IFXMIPS_PROM_ASC1
	bool "ASC1"

endchoice

config IFXMIPS_COMPAT
	bool "Spinacer compatibility"
	default y
	help
	  Enable this to get some legacy API. This is needed if you use Lantiq DSL and VOIP drivers.

endmenu
endif
endif
