xref: /openbmc/linux/drivers/soc/qcom/Kconfig (revision 5927145e)
1#
2# QCOM Soc drivers
3#
4menu "Qualcomm SoC drivers"
5
6config QCOM_GLINK_SSR
7	tristate "Qualcomm Glink SSR driver"
8	depends on RPMSG
9	depends on QCOM_RPROC_COMMON
10	help
11	  Say y here to enable GLINK SSR support. The GLINK SSR driver
12	  implements the SSR protocol for notifying the remote processor about
13	  neighboring subsystems going up or down.
14
15config QCOM_GSBI
16        tristate "QCOM General Serial Bus Interface"
17        depends on ARCH_QCOM
18        select MFD_SYSCON
19        help
20          Say y here to enable GSBI support.  The GSBI provides control
21          functions for connecting the underlying serial UART, SPI, and I2C
22          devices to the output pins.
23
24config QCOM_MDT_LOADER
25	tristate
26	select QCOM_SCM
27
28config QCOM_PM
29	bool "Qualcomm Power Management"
30	depends on ARCH_QCOM && !ARM64
31	select ARM_CPU_SUSPEND
32	select QCOM_SCM
33	help
34	  QCOM Platform specific power driver to manage cores and L2 low power
35	  modes. It interface with various system drivers to put the cores in
36	  low power modes.
37
38config QCOM_QMI_HELPERS
39	tristate
40	depends on ARCH_QCOM
41	help
42	  Helper library for handling QMI encoded messages.  QMI encoded
43	  messages are used in communication between the majority of QRTR
44	  clients and this helpers provide the common functionality needed for
45	  doing this from a kernel driver.
46
47config QCOM_RMTFS_MEM
48	tristate "Qualcomm Remote Filesystem memory driver"
49	depends on ARCH_QCOM
50	help
51	  The Qualcomm remote filesystem memory driver is used for allocating
52	  and exposing regions of shared memory with remote processors for the
53	  purpose of exchanging sector-data between the remote filesystem
54	  service and its clients.
55
56	  Say y here if you intend to boot the modem remoteproc.
57
58config QCOM_SMEM
59	tristate "Qualcomm Shared Memory Manager (SMEM)"
60	depends on ARCH_QCOM
61	depends on HWSPINLOCK
62	help
63	  Say y here to enable support for the Qualcomm Shared Memory Manager.
64	  The driver provides an interface to items in a heap shared among all
65	  processors in a Qualcomm platform.
66
67config QCOM_SMD_RPM
68	tristate "Qualcomm Resource Power Manager (RPM) over SMD"
69	depends on ARCH_QCOM
70	depends on RPMSG && OF
71	help
72	  If you say yes to this option, support will be included for the
73	  Resource Power Manager system found in the Qualcomm 8974 based
74	  devices.
75
76	  This is required to access many regulators, clocks and bus
77	  frequencies controlled by the RPM on these devices.
78
79	  Say M here if you want to include support for the Qualcomm RPM as a
80	  module. This will build a module called "qcom-smd-rpm".
81
82config QCOM_SMEM_STATE
83	bool
84
85config QCOM_SMP2P
86	tristate "Qualcomm Shared Memory Point to Point support"
87	depends on MAILBOX
88	depends on QCOM_SMEM
89	select QCOM_SMEM_STATE
90	help
91	  Say yes here to support the Qualcomm Shared Memory Point to Point
92	  protocol.
93
94config QCOM_SMSM
95	tristate "Qualcomm Shared Memory State Machine"
96	depends on QCOM_SMEM
97	select QCOM_SMEM_STATE
98	help
99	  Say yes here to support the Qualcomm Shared Memory State Machine.
100	  The state machine is represented by bits in shared memory.
101
102config QCOM_WCNSS_CTRL
103	tristate "Qualcomm WCNSS control driver"
104	depends on ARCH_QCOM
105	depends on RPMSG
106	help
107	  Client driver for the WCNSS_CTRL SMD channel, used to download nv
108	  firmware to a newly booted WCNSS chip.
109
110endmenu
111