xref: /openbmc/linux/arch/arm/mach-nomadik/Kconfig (revision 59b559d7)
1if ARCH_NOMADIK
2
3menu "Nomadik boards"
4
5config MACH_NOMADIK_8815NHK
6	bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
7	select NOMADIK_8815
8	select HAS_MTU
9
10endmenu
11
12config NOMADIK_8815
13	bool
14
15config I2C_BITBANG_8815NHK
16	tristate "Driver for bit-bang busses found on the 8815 NHK"
17	depends on I2C && MACH_NOMADIK_8815NHK
18	select I2C_ALGOBIT
19	default y
20
21endif
22