summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/target/device/Spidcom/Config.in
blob: 46dee06c9a42c6617483fde23b02de29c7cab673 (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
60
61
62
63
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 reference design 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_SPR310
	bool "SPR310 reference design board"
	depends on BR2_arm
	help
	  Support for the SPR310 SPC300 based device

endchoice

config BR2_TARGET_SPIDCOM_PLC_MEM_SIZE_MB
	int "PLC memory size (in MB)"
	default "4"
	help
	  Size of the memory dedicated to the PLC subsystem (in MB).

endif