You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
349 B
21 lines
349 B
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
|
|
|