mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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:
committed by
Greg Kroah-Hartman
parent
aa125180c6
commit
bd10acae08
@@ -47,4 +47,6 @@ config VCHIQ_CDEV
|
||||
|
||||
endif
|
||||
|
||||
source "drivers/platform/raspberrypi/vchiq-mmal/Kconfig"
|
||||
|
||||
endif
|
||||
|
||||
@@ -12,3 +12,4 @@ ifdef CONFIG_VCHIQ_CDEV
|
||||
vchiq-objs += vchiq-interface/vchiq_dev.o
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_BCM2835_VCHIQ_MMAL) += vchiq-mmal/
|
||||
|
||||
@@ -3,7 +3,5 @@ if BCM_VIDEOCORE
|
||||
|
||||
source "drivers/staging/vc04_services/bcm2835-audio/Kconfig"
|
||||
|
||||
source "drivers/staging/vc04_services/vchiq-mmal/Kconfig"
|
||||
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
obj-$(CONFIG_SND_BCM2835) += bcm2835-audio/
|
||||
obj-$(CONFIG_BCM2835_VCHIQ_MMAL) += vchiq-mmal/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user