brintos

brintos / linux-shallow public Read only

0
0
Text · 406 B · 42da4c2 Raw
22 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# HSI driver configuration4#5menuconfig HSI6	tristate "HSI support"7	help8	  The "High speed synchronous Serial Interface" is9	  synchronous serial interface used mainly to connect10	  application engines and cellular modems.11 12if HSI13 14config HSI_BOARDINFO15	bool16	default y17 18source "drivers/hsi/controllers/Kconfig"19source "drivers/hsi/clients/Kconfig"20 21endif # HSI22