repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'v6v7' into devel
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-nomadik
/
Kconfig
blob
71f3ea623974b487d8bd44cb3dd6edbf24d21fb8
1
if ARCH_NOMADIK
2
3
menu "Nomadik boards"
4
5
config MACH_NOMADIK_8815NHK
6
bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
7
select NOMADIK_8815
8
select HAS_MTU
9
select NOMADIK_GPIO
10
11
endmenu
12
13
config NOMADIK_8815
14
bool
15
16
config I2C_BITBANG_8815NHK
17
tristate "Driver for bit-bang busses found on the 8815 NHK"
18
depends on I2C && MACH_NOMADIK_8815NHK
19
select I2C_ALGOBIT
20
default y
21
22
endif