blob: 2c76de438eb17fe29e86d3c4ea6c793f890385aa [file] [log] [blame]
Carlos Chineaa056ab82010-04-16 19:01:02 +03001#
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
Sebastian Reichelb209e042013-12-15 23:38:58 +010017source "drivers/hsi/controllers/Kconfig"
Andras Domokosf9e40202010-04-21 12:04:21 +030018source "drivers/hsi/clients/Kconfig"
19
Carlos Chineaa056ab82010-04-16 19:01:02 +030020endif # HSI