platform/raspberrypi: Destage VCHIQ MMAL driver

Destage the VCHIQ MMAL driver to drivers/platform/raspberrypi.

Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com>
Link: https://patch.msgid.link/20251029-vchiq-destage-v3-7-da8d6c83c2c5@ideasonboard.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jai Luthra
2025-10-29 16:00:11 +05:30
committed by Greg Kroah-Hartman
parent aa125180c6
commit bd10acae08
15 changed files with 3 additions and 3 deletions

View File

@@ -47,4 +47,6 @@ config VCHIQ_CDEV
endif
source "drivers/platform/raspberrypi/vchiq-mmal/Kconfig"
endif

View File

@@ -12,3 +12,4 @@ ifdef CONFIG_VCHIQ_CDEV
vchiq-objs += vchiq-interface/vchiq_dev.o
endif
obj-$(CONFIG_BCM2835_VCHIQ_MMAL) += vchiq-mmal/

View File

@@ -3,7 +3,5 @@ if BCM_VIDEOCORE
source "drivers/staging/vc04_services/bcm2835-audio/Kconfig"
source "drivers/staging/vc04_services/vchiq-mmal/Kconfig"
endif

View File

@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_SND_BCM2835) += bcm2835-audio/
obj-$(CONFIG_BCM2835_VCHIQ_MMAL) += vchiq-mmal/