aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif/Kconfig
diff options
context:
space:
mode:
authorDmitry.Tarnyagin <Dmitry.Tarnyagin@stericsson.com>2011-05-31 23:29:18 -0400
committerDavid S. Miller <davem@davemloft.net>2011-06-02 00:15:38 -0400
commit40d69043fce579378eb185d31445b6ff66abbd93 (patch)
treec655f9c063874693f0ad3c1265551466c13a07de /drivers/net/caif/Kconfig
parenta198c142aacf82acad29e1752191bda8b451a0c7 (diff)
caif: Add CAIF HSI Link layer driver
This patch introduces the CAIF HSI Protocol Driver for the CAIF Link Layer. This driver implements a platform driver to accommodate for a platform specific HSI devices. A general platform driver is not possible as there are no HSI side Kernel API defined. Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/caif/Kconfig')
-rw-r--r--drivers/net/caif/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/caif/Kconfig b/drivers/net/caif/Kconfig
index 09ed3f42d673..abf4d7a9dcce 100644
--- a/drivers/net/caif/Kconfig
+++ b/drivers/net/caif/Kconfig
@@ -38,3 +38,12 @@ config CAIF_SHM
38 default n 38 default n
39 ---help--- 39 ---help---
40 The CAIF shared memory protocol driver for the STE UX5500 platform. 40 The CAIF shared memory protocol driver for the STE UX5500 platform.
41
42config CAIF_HSI
43 tristate "CAIF HSI transport driver"
44 depends on CAIF
45 default n
46 ---help---
47 The caif low level driver for CAIF over HSI.
48 Be aware that if you enable this then you also need to
49 enable a low-level HSI driver.