37d7245764
This moves the Nomadik GPIO driver out of arch/arm/plat-nomadik and into the desired location indicated by the subsystem maintainer. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> [grant.likely: squashed with kconfig fixup] Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21 lines
364 B
Text
21 lines
364 B
Text
if ARCH_NOMADIK
|
|
|
|
menu "Nomadik boards"
|
|
|
|
config MACH_NOMADIK_8815NHK
|
|
bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
|
|
select NOMADIK_8815
|
|
select HAS_MTU
|
|
|
|
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
|