Files
kernel_common_drivers/drivers/media/video_processor/utils/Kconfig
T
wanwei.jiang 15656eb157 media: porting media driver [1/1]
PD#SWPL-77521

Problem:
porting media driver from kernel 5.4

Solution:
porting media driver from kernel 5.4

Verify:
s4d and C2 AF400

Change-Id: I63bb8316e271db8b7d0e6e524399ebde9a1456a6
Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
2022-04-07 22:56:37 +08:00

21 lines
417 B
Plaintext

# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
#
# Amlogic video frame queue configuration
#
menu "Video frame queue Support"
config AMLOGIC_MEDIA_UTILS
tristate "Amlogic video frame queue support"
select VIDEOBUF_GEN
depends on AMLOGIC_MEDIA_GE2D
default n
help
This module provides common interface
like video frame queue and etc
Such as using vfq_full interface and so on
good luck
endmenu