repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
arch
/
arm
/
mach-nomadik
/
Kconfig
blob
3c5e0f522e9ce507f6ceb95fcd605ef3bd734334
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
10
endmenu
11
12
config NOMADIK_8815
13
bool
14
15
config I2C_BITBANG_8815NHK
16
tristate "Driver for bit-bang busses found on the 8815 NHK"
17
depends on I2C && MACH_NOMADIK_8815NHK
18
select I2C_ALGOBIT
19
default y
20
21
endif