blob: 2c76de438eb17fe29e86d3c4ea6c793f890385aa [file] [log] [blame]
Kyle Swenson8d8f6542021-03-15 11:02:55 -06001#
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
17source "drivers/hsi/controllers/Kconfig"
18source "drivers/hsi/clients/Kconfig"
19
20endif # HSI