]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blob - arch/arm/mach-nomadik/Kconfig
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[can-eth-gw-linux.git] / arch / arm / mach-nomadik / Kconfig
1 if ARCH_NOMADIK
2
3 menu "Nomadik boards"
4
5 config MACH_NOMADIK_8815NHK
6         bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
7         select CLKSRC_NOMADIK_MTU
8         select NOMADIK_8815
9
10 endmenu
11
12 config NOMADIK_8815
13         bool
14
15 config I2C_BITBANG_8815NHK
16         tristate "Driver for bit-bang busses found on the 8815 NHK"
17         depends on I2C && MACH_NOMADIK_8815NHK
18         depends on PINCTRL_NOMADIK
19         default y
20         select I2C_ALGOBIT
21
22 endif