git.openpandora.org
/
pandora-kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge git://git.infradead.org/iommu-2.6
[pandora-kernel.git]
/
arch
/
arm
/
mach-nomadik
/
Kconfig
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