https://github.com/torvalds/linux
Raw File
Tip revision: 9931faca02c604c22335f5a935a501bb2ace6e20 authored by Linus Torvalds on 10 January 2013, 02:59:55 UTC
Linux 3.8-rc3
Tip revision: 9931fac
Kconfig
if ARCH_NOMADIK

menu "Nomadik boards"

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

endmenu

config NOMADIK_8815
	bool

config I2C_BITBANG_8815NHK
	tristate "Driver for bit-bang busses found on the 8815 NHK"
	depends on I2C && MACH_NOMADIK_8815NHK
	depends on PINCTRL_NOMADIK
	default y
	select I2C_ALGOBIT

endif
back to top