summaryrefslogtreecommitdiff
path: root/target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Kconfig
blob: f6ac69c70d10e99ebfcd0133905160795cc7c063 (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
if IFXMIPS_DANUBE

config IFXMIPS_ARCAYDIAN_BRNBOOT
	bool
	default n

menu "Infineon SoC machine selection"

config DANUBE_MACH_EASY50712
	bool "Easy50712"
	default y

config DANUBE_MACH_EASY4010
	bool "Easy4010"
	default y

config DANUBE_MACH_ARV4519
	bool "ARV4519"
	default y
	select DANUBE_ARCAYDIAN_BRNBOOT

config DANUBE_MACH_ARV4520
	bool "ARV4520"
	default y
	select IFXMIPS_ARCAYDIAN_BRNBOOT

config DANUBE_MACH_ARV4525
	bool "ARV4525"
	default y
	select IFXMIPS_ARCAYDIAN_BRNBOOT

endmenu

endif