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