repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OMAP3 SRF: Add CORE rate table param in OMAP-PM
[linux-ginger.git]
/
arch
/
arm
/
mach-nomadik
/
Kconfig
blob
2a02b49c40f05efad4210c6a8b6c050db0ffb074
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
9
endmenu
10
11
config NOMADIK_8815
12
bool
13
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