repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
consolidate the reassignments of ->f_op in ->open() instances
[linux-2.6.git]
/
drivers
/
hsi
/
Kconfig
blob
d94e38dd80c7c036b9ac4c6324ff85600896dffe
1
#
2
# HSI driver configuration
3
#
4
menuconfig HSI
5
tristate "HSI support"
6
---help---
7
The "High speed synchronous Serial Interface" is
8
synchronous serial interface used mainly to connect
9
application engines and cellular modems.
10
11
if HSI
12
13
config HSI_BOARDINFO
14
bool
15
default y
16
17
source "drivers/hsi/clients/Kconfig"
18
19
endif # HSI