aboutsummaryrefslogtreecommitdiff
path: root/drivers/Kconfig
diff options
context:
space:
mode:
authorCarlos Chinea <carlos.chinea@nokia.com>2010-04-16 19:01:02 +0300
committerCarlos Chinea <carlos.chinea@nokia.com>2012-01-05 15:42:13 +0200
commita056ab8c7a00a0ffc52e9573bf01257004c2d08c (patch)
treec5ef0df1efcbbe03469257f2cfb4be1fb05809f1 /drivers/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/Kconfig')
-rw-r--r--drivers/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index b5e6f243f749..52895081db0b 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -52,6 +52,8 @@ source "drivers/i2c/Kconfig"
source "drivers/spi/Kconfig"
+source "drivers/hsi/Kconfig"
+
source "drivers/pps/Kconfig"
source "drivers/ptp/Kconfig"