mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-11 23:50:25 +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
|