xref: /linux/drivers/hsi/Kconfig (revision 26b0d14106954ae46d2f4f7eec3481828a210f7d)
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
17source "drivers/hsi/clients/Kconfig"
18
19endif # HSI
20