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