Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fa721b4 authored by Sunid Wilson's avatar Sunid Wilson Committed by Matt Wagantall
Browse files

msm: camera: kconfig: Add support for jpeg dma driver



kconfig support for jpeg dma driver.
Its purpose is to downscale and copy yuv frames.

Change-Id: I0025fe191b72ac86ffc46be05316420630ba3350
Signed-off-by: default avatarSunid Wilson <sunidw@codeaurora.org>
parent 19d0e22e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -269,3 +269,10 @@ config MSM_FD
	 depends on MSMB_CAMERA
	 ---help---
	    Enables support for the MSM FD face detection engine.

config MSM_JPEGDMA
	tristate "Qualcomm Technologies Inc. MSM Jpeg dma"
        depends on MSMB_CAMERA
        select V4L2_MEM2MEM_DEV
	---help---
	  Enable support for Jpeg dma engine.
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ ccflags-y += -Idrivers/media/platform/msm/camera_v2/pproc
ccflags-y += -Idrivers/media/platform/msm/camera_v2/msm_vb2
ccflags-y += -Idrivers/media/platform/msm/camera_v2/camera
ccflags-y += -Idrivers/media/platform/msm/camera_v2/jpeg_10
ccflags-y += -Idrivers/media/platform/msm/camera_v2/jpeg_dma
ccflags-y += -Idrivers/media/platform/msm/camera_v2/fd
ccflags-y += -Idrivers/media/platform/msm/camera_v2/smmu

@@ -18,5 +19,6 @@ obj-$(CONFIG_MSMB_CAMERA) += pproc/
obj-$(CONFIG_MSMB_CAMERA) += isp/
obj-$(CONFIG_MSMB_CAMERA) += ispif/
obj-$(CONFIG_MSMB_JPEG) += jpeg_10/
obj-$(CONFIG_MSM_JPEGDMA) += jpeg_dma/
obj-$(CONFIG_MSMB_CAMERA) += msm_buf_mgr/
obj-$(CONFIG_MSM_FD) += fd/
+1 −0
Original line number Diff line number Diff line
GCC_VERSION      := $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CROSS_COMPILE)gcc)
ccflags-y += -Idrivers/media/video/msm
ccflags-y += -Idrivers/media/platform/msm/camera_v2/smmu
obj-$(CONFIG_MSM_JPEGDMA) += msm_jpeg_dma_dev.o msm_jpeg_dma_hw.o
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ header-y += msm_gemini.h
header-y += msm_gestures.h
header-y += msm_isp.h
header-y += msm_jpeg.h
header-y += msm_jpeg_dma.h
header-y += msm_media_info.h
header-y += msm_mercury.h
header-y += msm_vidc.h