diff options
author | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-03-11 13:34:39 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-03-18 05:56:31 +0100 |
commit | 26e89e83dfb4ff8ea8fa0cf71e17476958388302 (patch) | |
tree | 5448466816751730730f9ba39b6adeed25f24b3f /drivers/media/platform/sti | |
parent | f5a6e9176e209a7658214e6955e236241085c166 (diff) | |
download | linux-stable-26e89e83dfb4ff8ea8fa0cf71e17476958388302.tar.gz linux-stable-26e89e83dfb4ff8ea8fa0cf71e17476958388302.tar.bz2 linux-stable-26e89e83dfb4ff8ea8fa0cf71e17476958388302.zip |
media: platform: bdisp: move config to its own file
In order to better organize the platform/Kconfig, place
bdisp-specific config stuff on a separate Kconfig file.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/platform/sti')
-rw-r--r-- | drivers/media/platform/sti/bdisp/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/platform/sti/bdisp/Kconfig b/drivers/media/platform/sti/bdisp/Kconfig new file mode 100644 index 000000000000..e583fb924f52 --- /dev/null +++ b/drivers/media/platform/sti/bdisp/Kconfig @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-only +config VIDEO_STI_BDISP + tristate "STMicroelectronics BDISP 2D blitter driver" + depends on V4L_MEM2MEM_DRIVERS + depends on VIDEO_DEV && VIDEO_V4L2 + depends on ARCH_STI || COMPILE_TEST + select VIDEOBUF2_DMA_CONTIG + select V4L2_MEM2MEM_DEV + help + This v4l2 mem2mem driver is a 2D blitter for STMicroelectronics SoC. |