summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/target/device/Spidcom/Config.in
blob: 165cdee05cbbb731a2970c09abe9f2370717baad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
 
config BR2_TARGET_SPIDCOM_ARIZONA
	bool "Board support for the Arizona development board"
	depends on BR2_arm
	default y
	help
	  Support for the Arizona SPCAV based device
endif