]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/soc/qcom/Kconfig
Revert "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
87 config QTI_LNX_GPS_PROXY
88         tristate "User mode QTI_LNX_GPS_PROXY device driver support"
89         help
90           This supports user mode QTI_LNX_GPS_PROXY
91
92           Note that this application programming interface is EXPERIMENTAL
93           and hence SUBJECT TO CHANGE WITHOUT NOTICE while it stabilizes.
94
95         help
96                 This option enables bus scaling on MSM devices.  Bus scaling
97                 allows devices to request the clocks be set to rates sufficient
98                 for the active devices needs without keeping the clocks at max
99                 frequency when a slower speed is sufficient.
100
101 config MSM_BUSPM_DEV
102         tristate "MSM Bus Performance Monitor Kernel Module"
103         depends on MSM_BUS_SCALING
104         default n
105         help
106           This kernel module is used to mmap() hardware registers for the
107           performance monitors, counters, etc. The module can also be used to
108           allocate physical memory which is used by bus performance hardware to
109           dump performance data
110
111 config BUS_TOPOLOGY_ADHOC
112         bool "ad-hoc bus scaling topology"
113         default n
114         help
115                 This option enables a driver that can handle adhoc bus topologies.
116                 Adhoc bus topology driver allows one to many connections and maintains
117                 directionality of connections by explicitly listing device connections
118                 thus avoiding illegal routes.
119