aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/Kconfig
blob: 1660f1486a8c495e492e55d4ba263562d395a768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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