Commit Graph

4 Commits

Author SHA1 Message Date
yang.chen 6d48ce8b7f camera: fix that Kconfig violates GKI 2.0 [1/1]
PD#SWPL-206649
PD#SWPL-206657

Problem:
According to the GKI 2.0 specification, do not
use select to configure dependent kernel
modules in external module Kconfig files.

Solution:
Use depends on instead of select.

Verify:
android 16

Change-Id: I8ddceaa7679c1ed74757d0726a7b106131fbf348
Signed-off-by: yang.chen <yang.chen@amlogic.com>
2025-04-16 00:03:31 -07:00
xiaoxin.cao b21b431e17 isp: need videobuf2_vmalloc support [1/1]
PD#SWPL-123140

Problem:
need videobuf2_vmalloc support

Solution:
select vmalloc

Verify:
c2

Change-Id: Iaaea072a2cc43872cab0fbece8a0b8bf507decc4
Signed-off-by: xiaoxin.cao <xiaoxin.cao@amlogic.com>
2023-05-12 02:03:45 -07:00
yao.zhou e41bea5297 isp: init isp driver [1/1]
PD#SWPL-94100

Problem:
1. CONFIG_AMLOGIC_MEDIA_CAMERA is disabled
2. v4l2_async related symbols is not exported

Solution:
1. enable CONFIG_AMLOGIC_MEDIA_CAMERA
2. export v4l2_async related symbols

Verify:
Verified on t7c

Signed-off-by: yao.zhou <yao.zhou@amlogic.com>
Change-Id: Ic4a687c19fa70fde0c42365c07ca7af02716495d
2022-12-02 14:04:53 +08:00
xiaoxin.cao ca48de4ed6 camera: enable v4l2 sub support [1/1]
PD#SWPL-72031

Problem:
Support C2 ISP Driver

Solution:
add v4l2 subdev support

Verify:
local

Change-Id: If697777dd16e3b499328b7f2655b730941dd3d36
Signed-off-by: xiaoxin.cao <xiaoxin.cao@amlogic.com>
2022-02-25 04:40:03 -07:00