]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/hsi/Kconfig
Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into i2c...
[mirror_ubuntu-artful-kernel.git] / drivers / hsi / Kconfig
1 #
2 # HSI driver configuration
3 #
4 menuconfig 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
11 if HSI
12
13 config HSI_BOARDINFO
14 bool
15 default y
16
17 source "drivers/hsi/controllers/Kconfig"
18 source "drivers/hsi/clients/Kconfig"
19
20 endif # HSI