diff options
author | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-03-11 14:26:30 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-03-14 11:43:00 +0300 |
commit | ebad2e8db54142208556d97e757dbcbd2db63152 (patch) | |
tree | f4c36d9359efd879d844577af7dbd15c5b58fe16 /drivers/media/platform/exynos-gsc | |
parent | d205d312b1bb86956776cd77fc4e7d6fa626f371 (diff) | |
download | linux-ebad2e8db54142208556d97e757dbcbd2db63152.tar.xz |
media: platform: exynos-gsc: move config to its own file
In order to better organize the platform/Kconfig, place
exynos-gsc-specific config stuff on a separate Kconfig file.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/platform/exynos-gsc')
-rw-r--r-- | drivers/media/platform/exynos-gsc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/platform/exynos-gsc/Kconfig b/drivers/media/platform/exynos-gsc/Kconfig new file mode 100644 index 000000000000..f9bdffe915b4 --- /dev/null +++ b/drivers/media/platform/exynos-gsc/Kconfig @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-only +config VIDEO_SAMSUNG_EXYNOS_GSC + tristate "Samsung Exynos G-Scaler driver" + depends on V4L_MEM2MEM_DRIVERS + depends on VIDEO_DEV && VIDEO_V4L2 + depends on ARCH_EXYNOS || COMPILE_TEST + select VIDEOBUF2_DMA_CONTIG + select V4L2_MEM2MEM_DEV + help + This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler. |