mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
63796b740b
Signed-off-by: Alessandro Rubini <rubini@unipv.it> Acked-by: Andrea Gallo <andrea.gallo@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
22 lines
349 B
Plaintext
22 lines
349 B
Plaintext
if ARCH_NOMADIK
|
|
|
|
menu "Nomadik boards"
|
|
|
|
config MACH_NOMADIK_8815NHK
|
|
bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
|
|
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
|
|
select I2C_ALGOBIT
|
|
default y
|
|
|
|
endif
|