mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Destage the VCHIQ interface driver to drivers/platform/raspberrypi. There is still the remaining TODO item of improving the documentation, which can be handled post destaging. Secondly, multimedia drivers like codec and ISP that rely on this interface need to be upstreamed. And lastly, the drivers that facilitate the shared memory between VideoCore and Linux, like the vc-sm-cma driver and vc_mem char driver also need to be upstreamed. Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com> Link: https://patch.msgid.link/20251029-vchiq-destage-v3-6-da8d6c83c2c5@ideasonboard.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
23 lines
505 B
Plaintext
23 lines
505 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
source "drivers/platform/mips/Kconfig"
|
|
|
|
source "drivers/platform/loongarch/Kconfig"
|
|
|
|
source "drivers/platform/goldfish/Kconfig"
|
|
|
|
source "drivers/platform/chrome/Kconfig"
|
|
|
|
source "drivers/platform/cznic/Kconfig"
|
|
|
|
source "drivers/platform/mellanox/Kconfig"
|
|
|
|
source "drivers/platform/olpc/Kconfig"
|
|
|
|
source "drivers/platform/surface/Kconfig"
|
|
|
|
source "drivers/platform/x86/Kconfig"
|
|
|
|
source "drivers/platform/arm64/Kconfig"
|
|
|
|
source "drivers/platform/raspberrypi/Kconfig"
|