diff options
author | Carlos Chinea <carlos.chinea@nokia.com> | 2010-04-16 19:01:02 +0300 |
---|---|---|
committer | Varun Wadekar <vwadekar@nvidia.com> | 2012-04-18 18:29:17 +0530 |
commit | 0cab6a4732eea99219021fd60c60060749a90296 (patch) | |
tree | 4368cbce30dc9d35134024f20c9c5a760dbdeda8 /drivers/Makefile | |
parent | 064d2534c26c83a4485d1bfedd112f679abaf239 (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/Makefile')
-rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 2457d5e9b26d..b5d2823d8d31 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -53,6 +53,7 @@ obj-$(CONFIG_ATA) += ata/ obj-$(CONFIG_TARGET_CORE) += target/ obj-$(CONFIG_MTD) += mtd/ obj-$(CONFIG_SPI) += spi/ +obj-y += hsi/ obj-y += net/ obj-$(CONFIG_ATM) += atm/ obj-$(CONFIG_FUSION) += message/ |