b209e047bc
Add OMAP SSI driver to the HSI subsystem. The Synchronous Serial Interface (SSI) is a legacy version of HSI. As in the case of HSI, it is mainly used to connect Application engines (APE) with cellular modem engines (CMT) in cellular handsets. It provides a multichannel, full-duplex, multi-core communication with no reference clock. The OMAP SSI block is capable of reaching speeds of 110 Mbit/s. Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com> Signed-off-by: Sebastian Reichel <sre@kernel.org> Tested-By: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
21 lines
372 B
Plaintext
21 lines
372 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
|
|
|
|
source "drivers/hsi/controllers/Kconfig"
|
|
source "drivers/hsi/clients/Kconfig"
|
|
|
|
endif # HSI
|