a056ab8c7a
Adds HSI framework in to the linux kernel. High Speed Synchronous Serial Interface (HSI) is a serial interface mainly used for connecting application engines (APE) with cellular modem engines (CMT) in cellular handsets. HSI provides multiplexing for up to 16 logical channels, low-latency and full duplex communication. Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
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
|