2 # OMAP HSI driver configuration
6 bool "OMAP HSI hardware driver"
7 depends on (ARCH_OMAP34XX || ARCH_OMAP4)
10 If you say Y here, you will enable the OMAP HSI hardware driver.
12 Note: This module is a unified driver specific to OMAP. Efforts are
13 underway to create a vendor independent implementation.
15 The MIPI HSI is a High Speed Synchronous Serial Interface and is
16 defined for communication between two Integrated Circuits (the
17 typical scenario is an application IC and cellular modem IC
18 communication). Data transaction model is peer-to-peer.
20 Not all features required for a production device are implemented in
21 this driver. See the documentation for more information.
23 This physical layer provides logical channeling and several modes of
26 The OMAP HSI driver supports either:
27 - the OMAP MIPI HSI device
31 prompt "Selected device support file"
32 depends on OMAP_HSI && y
33 default OMAP_HSI_DEVICE
35 Adds the device support for one of the devices handled by the HSI
38 The OMAP HSI driver supports either:
39 - the OMAP MIPI HSI device
42 config OMAP_HSI_DEVICE
43 bool "HSI (OMAP MIPI HSI)"
46 config OMAP_SSI_DEVICE
48 depends on ARCH_OMAP34XX
53 # OMAP HSI char device kernel configuration
57 tristate "OMAP HSI character driver"
60 If you say Y here, you will enable the OMAP HSI character driver.
62 This driver provides a simple character device interface for
63 serial communication over the HSI bus.
65 config OMAP_HSI_PROTOCOL
66 tristate "HSI Protocol driver for Infineon Modem"
69 If you say Y here, you will enable the HSI Protocol driver.
70 This driver supports HSI protocol for Infineon Modem.