blob: d94e38dd80c7c036b9ac4c6324ff85600896dffe [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
Andras Domokosf9e40202010-04-21 12:04:21 +030017source "drivers/hsi/clients/Kconfig"
18
Carlos Chineaa056ab82010-04-16 19:01:02 +030019endif # HSI