diff options
author | Carlos Chinea <carlos.chinea@nokia.com> | 2010-04-16 12:01:02 -0400 |
---|---|---|
committer | Carlos Chinea <carlos.chinea@nokia.com> | 2012-01-05 08:42:13 -0500 |
commit | a056ab8c7a00a0ffc52e9573bf01257004c2d08c (patch) | |
tree | c5ef0df1efcbbe03469257f2cfb4be1fb05809f1 /drivers/Makefile | |
parent | 805a6af8dba5dfdd35ec35dc52ec0122400b2610 (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 1b3142127bf5..91077ac6b156 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -53,6 +53,7 @@ obj-$(CONFIG_ATA) += ata/ | |||
53 | obj-$(CONFIG_TARGET_CORE) += target/ | 53 | obj-$(CONFIG_TARGET_CORE) += target/ |
54 | obj-$(CONFIG_MTD) += mtd/ | 54 | obj-$(CONFIG_MTD) += mtd/ |
55 | obj-$(CONFIG_SPI) += spi/ | 55 | obj-$(CONFIG_SPI) += spi/ |
56 | obj-y += hsi/ | ||
56 | obj-y += net/ | 57 | obj-y += net/ |
57 | obj-$(CONFIG_ATM) += atm/ | 58 | obj-$(CONFIG_ATM) += atm/ |
58 | obj-$(CONFIG_FUSION) += message/ | 59 | obj-$(CONFIG_FUSION) += message/ |