2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2010-04-16 20:01:02 +04:00
|
|
|
#
|
|
|
|
# HSI driver configuration
|
|
|
|
#
|
|
|
|
menuconfig HSI
|
|
|
|
tristate "HSI support"
|
2020-06-13 19:50:22 +03:00
|
|
|
help
|
2010-04-16 20:01:02 +04:00
|
|
|
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
|
|
|
|
|
2013-12-16 02:38:58 +04:00
|
|
|
source "drivers/hsi/controllers/Kconfig"
|
2010-04-21 13:04:21 +04:00
|
|
|
source "drivers/hsi/clients/Kconfig"
|
|
|
|
|
2010-04-16 20:01:02 +04:00
|
|
|
endif # HSI
|