aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-nomadik/Kconfig
blob: 82226a5d60ef65eda255453f7340b542c31f0c98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if ARCH_NOMADIK

menu "Nomadik boards"

config MACH_NOMADIK_8815NHK
	bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
	select NOMADIK_8815
	select I2C
	select I2C_ALGOBIT

endmenu

config NOMADIK_8815
	bool

endif