Files
kernel_common_drivers/drivers/camera
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
..