x86, efi: Set runtime_version to the EFI spec revision
[linux/fpc-iii.git] / arch / arm / mach-nomadik / Kconfig
blob706dc5727bbe86ea110517cb0f3fb8e470ab6d3c
1 if ARCH_NOMADIK
3 menu "Nomadik boards"
5 config MACH_NOMADIK_8815NHK
6         bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
7         select CLKSRC_NOMADIK_MTU
8         select NOMADIK_8815
10 endmenu
12 config NOMADIK_8815
13         bool
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
22 endif