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_MSE500 bool "MSE500 development board" depends on BR2_arm help Support for the MSE500 (300 mode) config BR2_TARGET_SPIDCOM_MSE500DINI_300 bool "MSE500DINI_300 development board" depends on BR2_arm help Support for the MSE500 DINI prototype (300 mode) 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