WIP FPC-III support
[linux/fpc-iii.git] / drivers / hsi / Kconfig
blob42da4c2355081b7a48e39c0fd74ed7bb114127b4
1 # SPDX-License-Identifier: GPL-2.0-only
3 # HSI driver configuration
5 menuconfig 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.
12 if HSI
14 config HSI_BOARDINFO
15         bool
16         default y
18 source "drivers/hsi/controllers/Kconfig"
19 source "drivers/hsi/clients/Kconfig"
21 endif # HSI