mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
18 lines
293 B
Plaintext
18 lines
293 B
Plaintext
|
#
|
||
|
# HSI driver configuration
|
||
|
#
|
||
|
menuconfig HSI
|
||
|
tristate "HSI support"
|
||
|
---help---
|
||
|
The "High speed synchronous Serial Interface" is
|
||
|
synchronous serial interface used mainly to connect
|
||
|
application engines and cellular modems.
|
||
|
|
||
|
if HSI
|
||
|
|
||
|
config HSI_BOARDINFO
|
||
|
bool
|
||
|
default y
|
||
|
|
||
|
endif # HSI
|