mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 21:44:23 -04:00
media: platform: coda: move config to its own file
In order to better organize the platform/Kconfig, place coda-specific config stuff on a separate Kconfig file. Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
@@ -43,6 +43,7 @@ source "drivers/media/platform/via/Kconfig"
|
||||
source "drivers/media/platform/amphion/Kconfig"
|
||||
source "drivers/media/platform/cadence/Kconfig"
|
||||
|
||||
source "drivers/media/platform/coda/Kconfig"
|
||||
source "drivers/media/platform/davinci/Kconfig"
|
||||
|
||||
source "drivers/media/platform/omap/Kconfig"
|
||||
@@ -178,23 +179,6 @@ config VIDEO_TI_CAL_MC
|
||||
|
||||
# Mem2mem drivers
|
||||
|
||||
config VIDEO_CODA
|
||||
tristate "Chips&Media Coda multi-standard codec IP"
|
||||
depends on V4L_MEM2MEM_DRIVERS
|
||||
depends on VIDEO_DEV && VIDEO_V4L2 && OF && (ARCH_MXC || COMPILE_TEST)
|
||||
select SRAM
|
||||
select VIDEOBUF2_DMA_CONTIG
|
||||
select VIDEOBUF2_VMALLOC
|
||||
select V4L2_JPEG_HELPER
|
||||
select V4L2_MEM2MEM_DEV
|
||||
select GENERIC_ALLOCATOR
|
||||
help
|
||||
Coda is a range of video codec IPs that supports
|
||||
H.264, MPEG-4, and other video formats.
|
||||
|
||||
config VIDEO_IMX_VDOA
|
||||
def_tristate VIDEO_CODA if SOC_IMX6Q || COMPILE_TEST
|
||||
|
||||
config VIDEO_MEDIATEK_JPEG
|
||||
tristate "Mediatek JPEG Codec driver"
|
||||
depends on V4L_MEM2MEM_DRIVERS
|
||||
|
||||
17
drivers/media/platform/coda/Kconfig
Normal file
17
drivers/media/platform/coda/Kconfig
Normal file
@@ -0,0 +1,17 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
config VIDEO_CODA
|
||||
tristate "Chips&Media Coda multi-standard codec IP"
|
||||
depends on V4L_MEM2MEM_DRIVERS
|
||||
depends on VIDEO_DEV && VIDEO_V4L2 && OF && (ARCH_MXC || COMPILE_TEST)
|
||||
select SRAM
|
||||
select VIDEOBUF2_DMA_CONTIG
|
||||
select VIDEOBUF2_VMALLOC
|
||||
select V4L2_JPEG_HELPER
|
||||
select V4L2_MEM2MEM_DEV
|
||||
select GENERIC_ALLOCATOR
|
||||
help
|
||||
Coda is a range of video codec IPs that supports
|
||||
H.264, MPEG-4, and other video formats.
|
||||
|
||||
config VIDEO_IMX_VDOA
|
||||
def_tristate VIDEO_CODA if SOC_IMX6Q || COMPILE_TEST
|
||||
Reference in New Issue
Block a user