Files
kernel_common_drivers/drivers/media/video_processor/common/Kconfig
T
wanwei.jiang 087c5c79c2 gki: modify select to depends on [1/1]
PD#SWPL-88872

Problem:
modify select to depends on

Solution:
modify select to depends on

Verify:
SC2

Change-Id: I9e295d17f5c03a6c49b001c18129fc1bc0eaee69
Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
2022-09-07 20:06:42 +08:00

18 lines
329 B
Plaintext

# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
#
# Amlogic video_pp_common device configuration
#
menu "Amlogic video_pp_common support"
config AMLOGIC_VIDEO_PP_COMMON
tristate "Amlogic video_pp_common device support"
depends on VIDEO_DEV
default n
help
Select to enable "Amlogic video_pp_common device support.
endmenu