lkml.org 
[lkml]   [2022]   [Mar]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH v2 25/38] media: platform: s5p-g2d: move config to its own file
Date
It was <2022-03-11 pią 15:07>, when Mauro Carvalho Chehab wrote:
> In order to better organize the platform/Kconfig, place
> s5p-g2d-specific config stuff on a separate Kconfig file.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
> ---
>
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH v2 00/38] at: https://lore.kernel.org/all/cover.1647006877.git.mchehab@kernel.org/
>
> drivers/media/platform/Kconfig | 11 +----------
> drivers/media/platform/s5p-g2d/Kconfig | 11 +++++++++++
> 2 files changed, 12 insertions(+), 10 deletions(-)
> create mode 100644 drivers/media/platform/s5p-g2d/Kconfig
>

Acked-by: Łukasz Stelmach <l.stelmach@samsung.com>

> diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
> index 633fbc408b8c..95f66255b635 100644
> --- a/drivers/media/platform/Kconfig
> +++ b/drivers/media/platform/Kconfig
> @@ -67,6 +67,7 @@ source "drivers/media/platform/qcom/venus/Kconfig"
> source "drivers/media/platform/aspeed/Kconfig"
> source "drivers/media/platform/rockchip/rga/Kconfig"
> source "drivers/media/platform/s3c-camif/Kconfig"
> +source "drivers/media/platform/s5p-g2d/Kconfig"
>
> config VIDEO_MUX
> tristate "Video Multiplexer"
> @@ -164,16 +165,6 @@ config VIDEO_MEM2MEM_DEINTERLACE
> help
> Generic deinterlacing V4L2 driver.
>
> -config VIDEO_SAMSUNG_S5P_G2D
> - tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
> - depends on V4L_MEM2MEM_DRIVERS
> - depends on VIDEO_DEV && VIDEO_V4L2
> - depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
> - select VIDEOBUF2_DMA_CONTIG
> - select V4L2_MEM2MEM_DEV
> - help
> - This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
> - 2d graphics accelerator.
>
> config VIDEO_SAMSUNG_S5P_JPEG
> tristate "Samsung S5P/Exynos3250/Exynos4 JPEG codec driver"
> diff --git a/drivers/media/platform/s5p-g2d/Kconfig b/drivers/media/platform/s5p-g2d/Kconfig
> new file mode 100644
> index 000000000000..9bc9d90a666a
> --- /dev/null
> +++ b/drivers/media/platform/s5p-g2d/Kconfig
> @@ -0,0 +1,11 @@
> +config VIDEO_SAMSUNG_S5P_G2D
> + tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
> + depends on V4L_MEM2MEM_DRIVERS
> + depends on VIDEO_DEV && VIDEO_V4L2
> + depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
> + select VIDEOBUF2_DMA_CONTIG
> + select V4L2_MEM2MEM_DEV
> + help
> + This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
> + 2d graphics accelerator.
> +

--
Łukasz Stelmach
Samsung R&D Institute Poland
Samsung Electronics
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2022-03-17 20:18    [W:0.308 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site