ARM: cpu topology: Add debugfs interface for cpu_power
[cmplus.git] / drivers / omap_hsi / Kconfig
blob1f2862f6c1d045304030498e6d73fe2737a4d8e8
2 # OMAP HSI driver configuration
5 config OMAP_HSI
6         bool "OMAP HSI hardware driver"
7         depends on (ARCH_OMAP34XX || ARCH_OMAP4)
8         default n
9         ---help---
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
24           operation.
26           The OMAP HSI driver supports either:
27             - the OMAP MIPI HSI device
28             - the OMAP SSI device
30 choice
31         prompt "Selected device support file"
32         depends on OMAP_HSI && y
33         default OMAP_HSI_DEVICE
34         ---help---
35           Adds the device support for one of the devices handled by the HSI
36           driver.
38           The OMAP HSI driver supports either:
39             - the OMAP MIPI HSI device
40             - the OMAP SSI device
42 config OMAP_HSI_DEVICE
43         bool "HSI (OMAP MIPI HSI)"
44         depends on ARCH_OMAP4
46 config OMAP_SSI_DEVICE
47         bool "SSI (OMAP SSI)"
48         depends on ARCH_OMAP34XX
50 endchoice
53 # OMAP HSI char device kernel configuration
56 config OMAP_HSI_CHAR
57         tristate "OMAP HSI character driver"
58         depends on OMAP_HSI
59         ---help---
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"
67         depends on OMAP_HSI
68         ---help---
69           If you say Y here, you will enable the HSI Protocol driver.
70           This driver supports HSI protocol for Infineon Modem.