summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/target/device/Spidcom/Config.in
blob: 2425875ba8345b8cf8234333adfb008423f0fe5f (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
menuconfig BR2_TARGET_SPIDCOM
	bool "Spidcom Device Support"
	depends on BR2_arm

if BR2_TARGET_SPIDCOM
comment "Spidcom Specific Device Support"
	depends on BR2_arm

choice
	prompt "SPC300 target board"
	default BR2_TARGET_SPIDCOM_SPK300G

config BR2_TARGET_SPIDCOM_ARIZONA
	bool "Arizona development board"
	depends on BR2_arm
	help
	  Support for the Arizona SPC300 based device

config BR2_TARGET_SPIDCOM_SPK300G
	bool "SPK300-G development board"
	depends on BR2_arm
	help
	  Support for the SPK300-G SPC300 based device

config BR2_TARGET_SPIDCOM_SPK300
	bool "SPK300 development board"
	depends on BR2_arm
	help
	  Support for the SPK300 SPC300 based device

config BR2_TARGET_SPIDCOM_SPK310
	bool "SPK310 development board"
	depends on BR2_arm
	help
	  Support for the SPK310 SPC300 based device

config BR2_TARGET_SPIDCOM_SCR310
	bool "SCR310 development board"
	depends on BR2_arm
	help
	  Support for the SCR310 SPC300 based device

config BR2_TARGET_SPIDCOM_SPR300
	bool "SPR300 reference design board"
	depends on BR2_arm
	help
	  Support for the SPR300 SPC300 based device

config BR2_TARGET_SPIDCOM_SPK300G_EOC
	bool "SPK300-G-EOC development board"
	depends on BR2_arm
	help
	  Support for the SPK300-G-EOC SPC300 based device

endchoice

endif