aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hsi/Kconfig
diff options
context:
space:
mode:
authorCarlos Chinea <carlos.chinea@nokia.com>2010-04-16 12:01:02 -0400
committerCarlos Chinea <carlos.chinea@nokia.com>2012-01-05 08:42:13 -0500
commita056ab8c7a00a0ffc52e9573bf01257004c2d08c (patch)
treec5ef0df1efcbbe03469257f2cfb4be1fb05809f1 /drivers/hsi/Kconfig
parent805a6af8dba5dfdd35ec35dc52ec0122400b2610 (diff)
HSI: hsi: Introducing HSI framework
Adds HSI framework in to the linux kernel. High Speed Synchronous Serial Interface (HSI) is a serial interface mainly used for connecting application engines (APE) with cellular modem engines (CMT) in cellular handsets. HSI provides multiplexing for up to 16 logical channels, low-latency and full duplex communication. Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/hsi/Kconfig')
-rw-r--r--drivers/hsi/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/hsi/Kconfig b/drivers/hsi/Kconfig
new file mode 100644
index 000000000000..937062e8bcd0
--- /dev/null
+++ b/drivers/hsi/Kconfig
@@ -0,0 +1,17 @@
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
17endif # HSI