Blame view

drivers/mailbox/Kconfig 8.91 KB
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
300586778   Rob Herring   ARM / highbank: a...
2
3
4
5
6
7
8
9
  menuconfig MAILBOX
  	bool "Mailbox Hardware Support"
  	help
  	  Mailbox is a framework to control hardware communication between
  	  on-chip processors through queued messages and interrupt driven
  	  signals. Say Y if your platform supports hardware mailboxes.
  
  if MAILBOX
ee23d66af   Jassi Brar   mailbox: arm_mhu:...
10
11
12
13
14
15
16
17
  
  config ARM_MHU
  	tristate "ARM MHU Mailbox"
  	depends on ARM_AMBA
  	help
  	  Say Y here if you want to build the ARM MHU controller driver.
  	  The controller has 3 mailbox channels, the last of which can be
  	  used in Secure mode only.
2bb700569   Oleksij Rempel   mailbox: Add supp...
18
19
20
21
22
  config IMX_MBOX
  	tristate "i.MX Mailbox"
  	depends on ARCH_MXC || COMPILE_TEST
  	help
  	  Mailbox implementation for i.MX Messaging Unit (MU).
ad3a212c1   Neil Armstrong   mailbox: Add Plat...
23
24
25
26
27
28
29
30
31
  config PLATFORM_MHU
  	tristate "Platform MHU Mailbox"
  	depends on OF
  	depends on HAS_IOMEM
  	help
  	  Say Y here if you want to build a platform specific variant MHU
  	  controller driver.
  	  The controller has a maximum of 3 mailbox channels, the last of
  	  which can be used in Secure mode only.
300586778   Rob Herring   ARM / highbank: a...
32
33
34
35
36
37
38
39
40
  config PL320_MBOX
  	bool "ARM PL320 Mailbox"
  	depends on ARM_AMBA
  	help
  	  An implementation of the ARM PL320 Interprocessor Communication
  	  Mailbox (IPCM), tailored for the Calxeda Highbank. It is used to
  	  send short messages between Highbank's A9 cores and the EnergyCore
  	  Management Engine, primarily for cpufreq. Say Y here if you want
  	  to use the PL320 IPCM support.
8fbbfd966   Marek Behun   mailbox: Add supp...
41
42
43
44
45
46
47
48
49
  config ARMADA_37XX_RWTM_MBOX
  	tristate "Armada 37xx rWTM BIU Mailbox"
  	depends on ARCH_MVEBU || COMPILE_TEST
  	depends on OF
  	help
  	  Mailbox implementation for communication with the the firmware
  	  running on the Cortex-M3 rWTM secure processor of the Armada 37xx
  	  SOC. Say Y here if you are building for such a device (for example
  	  the Turris Mox router).
c869c75c1   Suman Anna   mailbox/omap: mov...
50
51
  config OMAP2PLUS_MBOX
  	tristate "OMAP2+ Mailbox framework support"
9c1f2a5dc   Suman Anna   mailbox: omap: Ad...
52
  	depends on ARCH_OMAP2PLUS || ARCH_K3
c869c75c1   Suman Anna   mailbox/omap: mov...
53
54
55
56
57
58
59
60
  	help
  	  Mailbox implementation for OMAP family chips with hardware for
  	  interprocessor communication involving DSP, IVA1.0 and IVA2 in
  	  OMAP2/3; or IPU, IVA HD and DSP in OMAP4/5. Say Y here if you
  	  want to use OMAP2+ Mailbox framework support.
  
  config OMAP_MBOX_KFIFO_SIZE
  	int "Mailbox kfifo default buffer size (bytes)"
79859094e   Suman Anna   mailbox/omap: rem...
61
  	depends on OMAP2PLUS_MBOX
c869c75c1   Suman Anna   mailbox/omap: mov...
62
63
64
65
66
  	default 256
  	help
  	  Specify the default size of mailbox's kfifo buffers (bytes).
  	  This can also be changed at runtime (via the mbox_kfifo_size
  	  module parameter).
86c22f8c9   Ashwin Chaugule   Mailbox: Add supp...
67

f70ed3b5d   Caesar Wang   mailbox: rockchip...
68
69
70
71
72
73
74
75
  config ROCKCHIP_MBOX
  	bool "Rockchip Soc Intergrated Mailbox Support"
  	depends on ARCH_ROCKCHIP || COMPILE_TEST
  	help
  	  This driver provides support for inter-processor communication
  	  between CPU cores and MCU processor on Some Rockchip SOCs.
  	  Please check it that the Soc you use have Mailbox hardware.
  	  Say Y here if you want to use the Rockchip Mailbox support.
86c22f8c9   Ashwin Chaugule   Mailbox: Add supp...
76
77
78
  config PCC
  	bool "Platform Communication Channel Driver"
  	depends on ACPI
b6fc6072b   Ashwin Chaugule   PCC: Disable comp...
79
  	default n
86c22f8c9   Ashwin Chaugule   Mailbox: Add supp...
80
81
82
83
84
85
86
  	help
  	  ACPI 5.0+ spec defines a generic mode of communication
  	  between the OS and a platform such as the BMC. This medium
  	  (PCC) is typically used by CPPC (ACPI CPU Performance management),
  	  RAS (ACPI reliability protocol) and MPST (ACPI Memory power
  	  states). Select this driver if your platform implements the
  	  PCC clients mentioned above.
f62092f6d   Ley Foon Tan   mailbox: Add Alte...
87
88
  config ALTERA_MBOX
  	tristate "Altera Mailbox"
59dd3f026   Richard Weinberger   mailbox: altera: ...
89
  	depends on HAS_IOMEM
f62092f6d   Ley Foon Tan   mailbox: Add Alte...
90
91
92
93
  	help
  	  An implementation of the Altera Mailbox soft core. It is used
  	  to send message between processors. Say Y here if you want to use the
  	  Altera mailbox support.
0bae6af6d   Lubomir Rintel   mailbox: Enable B...
94
95
96
97
98
99
100
101
  
  config BCM2835_MBOX
  	tristate "BCM2835 Mailbox"
  	depends on ARCH_BCM2835
  	help
  	  An implementation of the BCM2385 Mailbox.  It is used to invoke
  	  the services of the Videocore. Say Y here if you want to use the
  	  BCM2835 Mailbox.
9ef4546cb   Lee Jones   mailbox: Add supp...
102
103
104
105
106
107
  config STI_MBOX
  	tristate "STI Mailbox framework support"
  	depends on ARCH_STI && OF
  	help
  	  Mailbox implementation for STMicroelectonics family chips with
  	  hardware for interprocessor communication.
aace66b17   Nishanth Menon   mailbox: Introduc...
108
109
  config TI_MESSAGE_MANAGER
  	tristate "Texas Instruments Message Manager Driver"
cfc0f7a8e   Nishanth Menon   drivers: mailbox:...
110
  	depends on ARCH_KEYSTONE || ARCH_K3
aace66b17   Nishanth Menon   mailbox: Introduc...
111
112
  	help
  	  An implementation of Message Manager slave driver for Keystone
cfc0f7a8e   Nishanth Menon   drivers: mailbox:...
113
114
115
  	  and K3 architecture SoCs from Texas Instruments. Message Manager
  	  is a communication entity found on few of Texas Instrument's keystone
  	  and K3 architecture SoCs. These may be used for communication between
aace66b17   Nishanth Menon   mailbox: Introduc...
116
117
  	  multiple processors within the SoC. Select this driver if your
  	  platform has support for the hardware block.
41c0e939d   Kaihua Zhong   mailbox: Add supp...
118
  config HI3660_MBOX
f83d1cfc8   Daniel Lezcano   mailbox/drivers/h...
119
120
121
122
  	tristate "Hi3660 Mailbox" if EXPERT
  	depends on (ARCH_HISI || COMPILE_TEST)
  	depends on OF
  	default ARCH_HISI
41c0e939d   Kaihua Zhong   mailbox: Add supp...
123
124
125
126
  	help
  	  An implementation of the hi3660 mailbox. It is used to send message
  	  between application processors and other processors/MCU/DSP. Select
  	  Y here if you want to use Hi3660 mailbox controller.
9c384189f   Leo Yan   mailbox: Hi6220: ...
127
  config HI6220_MBOX
f83d1cfc8   Daniel Lezcano   mailbox/drivers/h...
128
129
130
131
  	tristate "Hi6220 Mailbox" if EXPERT
  	depends on (ARCH_HISI || COMPILE_TEST)
  	depends on OF
  	default ARCH_HISI
9c384189f   Leo Yan   mailbox: Hi6220: ...
132
133
134
135
  	help
  	  An implementation of the hi6220 mailbox. It is used to send message
  	  between application processors and MCU. Say Y here if you want to
  	  build Hi6220 mailbox controller driver.
8ea4484d0   Lee Jones   mailbox: Add gene...
136
137
138
  config MAILBOX_TEST
  	tristate "Mailbox Test Client"
  	depends on OF
65d3b04a8   Richard Weinberger   mailbox: Fix depe...
139
  	depends on HAS_IOMEM
8ea4484d0   Lee Jones   mailbox: Add gene...
140
141
142
  	help
  	  Test client to help with testing new Controller driver
  	  implementations.
25bfee16d   Bjorn Andersson   mailbox: Introduc...
143
144
145
146
147
148
149
  config QCOM_APCS_IPC
  	tristate "Qualcomm APCS IPC driver"
  	depends on ARCH_QCOM || COMPILE_TEST
  	help
  	  Say y here to enable support for the APCS IPC mailbox driver,
  	  providing an interface for invoking the inter-process communication
  	  signals from the application processor to other masters.
0fe88461a   Thierry Reding   mailbox: Add Tegr...
150
151
  config TEGRA_HSP_MBOX
  	bool "Tegra HSP (Hardware Synchronization Primitives) Driver"
85bd2de4f   Arnd Bergmann   mailbox: tegra: r...
152
  	depends on ARCH_TEGRA
0fe88461a   Thierry Reding   mailbox: Add Tegr...
153
154
155
156
157
  	help
  	  The Tegra HSP driver is used for the interprocessor communication
  	  between different remote processors and host processors on Tegra186
  	  and later SoCs. Say Y here if you want to have this support.
  	  If unsure say N.
f700e84f4   Duc Dang   mailbox: Add supp...
158
159
160
161
162
163
164
165
166
  config XGENE_SLIMPRO_MBOX
  	tristate "APM SoC X-Gene SLIMpro Mailbox Controller"
  	depends on ARCH_XGENE
  	help
  	  An implementation of the APM X-Gene Interprocessor Communication
  	  Mailbox (IPCM) between the ARM 64-bit cores and SLIMpro controller.
  	  It is used to send short messages between ARM64-bit cores and
  	  the SLIMpro Management Engine, primarily for PM. Say Y here if you
  	  want to use the APM X-Gene SLIMpro IPCM support.
a24532f8d   Rob Rice   mailbox: Add Broa...
167
168
  
  config BCM_PDC_MBOX
fc2041c54   Steve Lin   mailbox: bcm-pdc:...
169
170
  	tristate "Broadcom FlexSparx DMA Mailbox"
  	depends on ARCH_BCM_IPROC || COMPILE_TEST
a24532f8d   Rob Rice   mailbox: Add Broa...
171
  	help
fc2041c54   Steve Lin   mailbox: bcm-pdc:...
172
  	  Mailbox implementation for the Broadcom FlexSparx DMA ring manager,
a24532f8d   Rob Rice   mailbox: Add Broa...
173
  	  which provides access to various offload engines on Broadcom
fc2041c54   Steve Lin   mailbox: bcm-pdc:...
174
  	  SoCs, including FA2/FA+ on Northstar Plus and PDC on Northstar 2.
dbc049eee   Anup Patel   mailbox: Add driv...
175
176
177
  
  config BCM_FLEXRM_MBOX
  	tristate "Broadcom FlexRM Mailbox"
73874913d   Anup Patel   mailbox: Remove d...
178
  	depends on ARM64
8f82121dc   Scott Branden   mailbox: bcm-flex...
179
  	depends on ARCH_BCM_IPROC || COMPILE_TEST
dbc049eee   Anup Patel   mailbox: Add driv...
180
  	select GENERIC_MSI_IRQ_DOMAIN
22d28b0ff   Anup Patel   mailbox: Build Br...
181
  	default m if ARCH_BCM_IPROC
dbc049eee   Anup Patel   mailbox: Add driv...
182
183
184
185
  	help
  	  Mailbox implementation of the Broadcom FlexRM ring manager,
  	  which provides access to various offload engines on Broadcom
  	  SoCs. Say Y here if you want to use the Broadcom FlexRM.
ffbded7de   Fabien Dessenne   mailbox: add STMi...
186
187
188
189
190
191
192
193
  
  config STM32_IPCC
  	tristate "STM32 IPCC Mailbox"
  	depends on MACH_STM32MP157
  	help
  	  Mailbox implementation for STMicroelectonics STM32 family chips
  	  with hardware for Inter-Processor Communication Controller (IPCC)
  	  between processors. Say Y here if you want to have this support.
623a6143a   Houlong Wei   mailbox: mediatek...
194
195
196
197
198
199
200
201
202
203
  
  config MTK_CMDQ_MBOX
  	tristate "MediaTek CMDQ Mailbox Support"
  	depends on ARCH_MEDIATEK || COMPILE_TEST
  	select MTK_INFRACFG
  	help
  	  Say yes here to add support for the MediaTek Command Queue (CMDQ)
  	  mailbox driver. The CMDQ is used to help read/write registers with
  	  critical time limitation, such as updating display configuration
  	  during the vblank.
4981b82ba   Wendy Liang   mailbox: ZynqMP I...
204
205
206
207
208
209
210
211
212
213
  
  config ZYNQMP_IPI_MBOX
  	bool "Xilinx ZynqMP IPI Mailbox"
  	depends on ARCH_ZYNQMP && OF
  	help
  	  Say yes here to add support for Xilinx IPI mailbox driver.
  	  This mailbox driver is used to send notification or short message
  	  between processors with Xilinx ZynqMP IPI. It will place the
  	  message to the IPI buffer and will access the IPI control
  	  registers to kick the other processor or enquire status.
25831c44b   Samuel Holland   mailbox: sun6i-ms...
214
215
216
217
218
219
220
221
  config SUN6I_MSGBOX
  	tristate "Allwinner sun6i/sun8i/sun9i/sun50i Message Box"
  	depends on ARCH_SUNXI || COMPILE_TEST
  	default ARCH_SUNXI
  	help
  	  Mailbox implementation for the hardware message box present in
  	  various Allwinner SoCs. This mailbox is used for communication
  	  between the application CPUs and the power management coprocessor.
ca27fc26c   Baolin Wang   mailbox: sprd: Ad...
222
223
224
225
226
227
228
  config SPRD_MBOX
  	tristate "Spreadtrum Mailbox"
  	depends on ARCH_SPRD || COMPILE_TEST
  	help
  	  Mailbox driver implementation for the Spreadtrum platform. It is used
  	  to send message between application processors and MCU. Say Y here if
  	  you want to build the Spreatrum mailbox controller driver.
fa74a0257   Manivannan Sadhasivam   mailbox: Add supp...
229
230
231
232
233
234
235
236
237
  config QCOM_IPCC
  	bool "Qualcomm Technologies, Inc. IPCC driver"
  	depends on ARCH_QCOM || COMPILE_TEST
  	help
  	  Qualcomm Technologies, Inc. Inter-Processor Communication Controller
  	  (IPCC) driver for MSM devices. The driver provides mailbox support for
  	  sending interrupts to the clients. On the other hand, the driver also
  	  acts as an interrupt controller for receiving interrupts from clients.
  	  Say Y here if you want to build this driver.
300586778   Rob Herring   ARM / highbank: a...
238
  endif