]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/soc/qcom/Kconfig
soc: qcom: Stub IPCRTR client driver
[karo-tx-linux.git] / drivers / soc / qcom / Kconfig
1 #
2 # QCOM Soc drivers
3 #
4 config QCOM_GSBI
5         tristate "QCOM General Serial Bus Interface"
6         depends on ARCH_QCOM
7         select MFD_SYSCON
8         help
9           Say y here to enable GSBI support.  The GSBI provides control
10           functions for connecting the underlying serial UART, SPI, and I2C
11           devices to the output pins.
12
13 config QCOM_PM
14         bool "Qualcomm Power Management"
15         depends on ARCH_QCOM && !ARM64
16         select ARM_CPU_SUSPEND
17         select QCOM_SCM
18         help
19           QCOM Platform specific power driver to manage cores and L2 low power
20           modes. It interface with various system drivers to put the cores in
21           low power modes.
22
23 config QCOM_SMEM
24         tristate "Qualcomm Shared Memory Manager (SMEM)"
25         depends on ARCH_QCOM
26         depends on HWSPINLOCK
27         help
28           Say y here to enable support for the Qualcomm Shared Memory Manager.
29           The driver provides an interface to items in a heap shared among all
30           processors in a Qualcomm platform.
31
32 config QCOM_SMD
33         tristate "Qualcomm Shared Memory Driver (SMD)"
34         depends on QCOM_SMEM
35         help
36           Say y here to enable support for the Qualcomm Shared Memory Driver
37           providing communication channels to remote processors in Qualcomm
38           platforms.
39
40 config QCOM_SMD_RPM
41         tristate "Qualcomm Resource Power Manager (RPM) over SMD"
42         depends on QCOM_SMD && OF
43         help
44           If you say yes to this option, support will be included for the
45           Resource Power Manager system found in the Qualcomm 8974 based
46           devices.
47
48           This is required to access many regulators, clocks and bus
49           frequencies controlled by the RPM on these devices.
50
51           Say M here if you want to include support for the Qualcomm RPM as a
52           module. This will build a module called "qcom-smd-rpm".
53
54 config QCOM_SMEM_STATE
55         bool
56
57 config QCOM_SMP2P
58         tristate "Qualcomm Shared Memory Point to Point support"
59         depends on QCOM_SMEM
60         select QCOM_SMEM_STATE
61         help
62           Say yes here to support the Qualcomm Shared Memory Point to Point
63           protocol.
64
65 config QCOM_SMSM
66         tristate "Qualcomm Shared Memory State Machine"
67         depends on QCOM_SMEM
68         select QCOM_SMEM_STATE
69         help
70           Say yes here to support the Qualcomm Shared Memory State Machine.
71           The state machine is represented by bits in shared memory.
72
73 config QCOM_WCNSS_CTRL
74         tristate "Qualcomm WCNSS control driver"
75         depends on QCOM_SMD
76         help
77           Client driver for the WCNSS_CTRL SMD channel, used to download nv
78           firmware to a newly booted WCNSS chip.
79           Say y here to enable support for the Qualcomm Shared Memory Manager.
80           The driver provides an interface to items in a heap shared among all
81           processors in a Qualcomm platform.
82
83 config MSM_BUS_SCALING
84         bool "Bus scaling driver"
85         default n
86         help
87                 This option enables bus scaling on MSM devices.  Bus scaling
88                 allows devices to request the clocks be set to rates sufficient
89                 for the active devices needs without keeping the clocks at max
90                 frequency when a slower speed is sufficient.
91
92 config MSM_BUSPM_DEV
93         tristate "MSM Bus Performance Monitor Kernel Module"
94         depends on MSM_BUS_SCALING
95         default n
96         help
97           This kernel module is used to mmap() hardware registers for the
98           performance monitors, counters, etc. The module can also be used to
99           allocate physical memory which is used by bus performance hardware to
100           dump performance data
101
102 config BUS_TOPOLOGY_ADHOC
103         bool "ad-hoc bus scaling topology"
104         default n
105         help
106                 This option enables a driver that can handle adhoc bus topologies.
107                 Adhoc bus topology driver allows one to many connections and maintains
108                 directionality of connections by explicitly listing device connections
109                 thus avoiding illegal routes.
110
111 config QCOM_IPCRTR_STUB
112         tristate "Qualcomm IPCRTR stub driver"
113         depends on QCOM_SMD
114         help
115           Stub driver to bring the IPCRTR channel up.