Kconfig (f396ededbd8bf5911d588b683a3ce335844b7c89) Kconfig (e90d911906196bf987492c94e38f10ca611dfd7b)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Misc strange devices
4#
5
6menu "Misc devices"
7
8config SENSORS_LIS3LV02D

--- 245 unchanged lines hidden (view full) ---

254 to maintain PMIC register and RTC state in the absence of
255 external power.
256
257config QCOM_FASTRPC
258 tristate "Qualcomm FastRPC"
259 depends on ARCH_QCOM || COMPILE_TEST
260 depends on RPMSG
261 select DMA_SHARED_BUFFER
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Misc strange devices
4#
5
6menu "Misc devices"
7
8config SENSORS_LIS3LV02D

--- 245 unchanged lines hidden (view full) ---

254 to maintain PMIC register and RTC state in the absence of
255 external power.
256
257config QCOM_FASTRPC
258 tristate "Qualcomm FastRPC"
259 depends on ARCH_QCOM || COMPILE_TEST
260 depends on RPMSG
261 select DMA_SHARED_BUFFER
262 select QCOM_SCM
262 help
263 Provides a communication mechanism that allows for clients to
264 make remote method invocations across processor boundary to
265 applications DSP processor. Say M if you want to enable this
266 module.
267
268config SGI_GRU
269 tristate "SGI GRU driver"

--- 233 unchanged lines hidden ---
263 help
264 Provides a communication mechanism that allows for clients to
265 make remote method invocations across processor boundary to
266 applications DSP processor. Say M if you want to enable this
267 module.
268
269config SGI_GRU
270 tristate "SGI GRU driver"

--- 233 unchanged lines hidden ---