mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
087c5c79c2
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>
18 lines
329 B
Plaintext
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
|