libnvdimm/altmap: Track namespace boundaries in altmap
[linux-2.6-block.git] / drivers / hsi / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
a056ab8c
CC
2#
3# HSI driver configuration
4#
5menuconfig HSI
6 tristate "HSI support"
7 ---help---
8 The "High speed synchronous Serial Interface" is
9 synchronous serial interface used mainly to connect
10 application engines and cellular modems.
11
12if HSI
13
14config HSI_BOARDINFO
15 bool
16 default y
17
b209e047 18source "drivers/hsi/controllers/Kconfig"
f9e40201
AD
19source "drivers/hsi/clients/Kconfig"
20
a056ab8c 21endif # HSI