Skip to content

Commit

Permalink
bcm27xx/bcm2712: add RP1 camera front-end
Browse files Browse the repository at this point in the history
Add kmod for RP1 camera front-end for RPi5B

Build system: x86/64
Build-tested: bcm2712/RPi5B
Run-tested: bcm2712/RPi5B

Signed-off-by: John Audia <[email protected]>
Link: openwrt/openwrt#17412
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
graysky2 authored and hauke committed Jan 1, 2025
1 parent 6166211 commit ae0fd92
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions target/linux/bcm27xx/modules/video.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,25 @@ endef
$(eval $(call KernelPackage,camera-bcm2835))


define KernelPackage/rp1-cfe
TITLE:=RP1 Camera Front-End
SUBMENU:=$(VIDEO_MENU)
KCONFIG:= \
CONFIG_VIDEO_RP1_CFE \
CONFIG_VIDEO_BCM2835
FILES:=$(LINUX_DIR)/drivers/media/platform/raspberrypi/rp1_cfe/rp1-cfe.ko
AUTOLOAD:=$(call AutoLoad,67,rp1-cfe)
DEPENDS:=@TARGET_bcm27xx_bcm2712 +kmod-video-core +kmod-video-fwnode +kmod-video-dma-contig +kmod-video-async
endef

define KernelPackage/rp1-cfe/description
Driver for the Camera Serial Interface (CSI) to capture video
streams from connected cameras.
endef

$(eval $(call KernelPackage,rp1-cfe))


define KernelPackage/codec-bcm2835
TITLE:=BCM2835 Video Codec
KCONFIG:= \
Expand Down

0 comments on commit ae0fd92

Please sign in to comment.