drm: Stop accessing encoder->bridge directly
[linux/fpc-iii.git] / drivers / hsi / Kconfig
blobbcddb06ef038a3af2b29f143c77fb12249180008
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