]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/hsi/Kconfig
x86/speculation/mds: Add mitigation control for MDS
[mirror_ubuntu-bionic-kernel.git] / drivers / hsi / Kconfig
CommitLineData
a056ab8c
CC
1#
2# HSI driver configuration
3#
4menuconfig HSI
5 tristate "HSI support"
6 ---help---
7 The "High speed synchronous Serial Interface" is
8 synchronous serial interface used mainly to connect
9 application engines and cellular modems.
10
11if HSI
12
13config HSI_BOARDINFO
14 bool
15 default y
16
b209e047 17source "drivers/hsi/controllers/Kconfig"
f9e40201
AD
18source "drivers/hsi/clients/Kconfig"
19
a056ab8c 20endif # HSI