summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@kernel.org>2022-03-11 13:34:39 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-03-18 05:56:31 +0100
commit26e89e83dfb4ff8ea8fa0cf71e17476958388302 (patch)
tree5448466816751730730f9ba39b6adeed25f24b3f /drivers/media/platform/Kconfig
parentf5a6e9176e209a7658214e6955e236241085c166 (diff)
downloadlinux-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/Kconfig')
-rw-r--r--drivers/media/platform/Kconfig10
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index ba4c10896537..2069eee801af 100644
--- a/drivers/media/platform/Kconfig
+++ b/drivers/media/platform/Kconfig
@@ -122,15 +122,7 @@ config VIDEO_SAMSUNG_S5P_MFC
help
MFC 5.1 and 6.x driver for V4L2
-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.
+source "drivers/media/platform/sti/bdisp/Kconfig"
source "drivers/media/platform/sti/delta/Kconfig"