lkml.org 
[lkml]   [2022]   [Mar]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 35/67] media: platform: s5p-mfc: move config to its own file
    Date
    In order to better organize the platform/Kconfig, place
    s5p-mfc-specific config stuff on a separate Kconfig file.

    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/67] at: https://lore.kernel.org/all/cover.1647274406.git.mchehab@kernel.org/

    drivers/media/platform/Kconfig | 9 +--------
    drivers/media/platform/s5p-mfc/Kconfig | 9 +++++++++
    2 files changed, 10 insertions(+), 8 deletions(-)
    create mode 100644 drivers/media/platform/s5p-mfc/Kconfig

    diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
    index 2069eee801af..fd6b18ac0c7c 100644
    --- a/drivers/media/platform/Kconfig
    +++ b/drivers/media/platform/Kconfig
    @@ -113,14 +113,7 @@ config VIDEO_SAMSUNG_S5P_JPEG
    This is a v4l2 driver for Samsung S5P, EXYNOS3250
    and EXYNOS4 JPEG codec

    -config VIDEO_SAMSUNG_S5P_MFC
    - tristate "Samsung S5P MFC Video Codec"
    - depends on V4L_MEM2MEM_DRIVERS
    - depends on VIDEO_DEV && VIDEO_V4L2
    - depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
    - select VIDEOBUF2_DMA_CONTIG
    - help
    - MFC 5.1 and 6.x driver for V4L2
    +source "drivers/media/platform/s5p-mfc/Kconfig"

    source "drivers/media/platform/sti/bdisp/Kconfig"

    diff --git a/drivers/media/platform/s5p-mfc/Kconfig b/drivers/media/platform/s5p-mfc/Kconfig
    new file mode 100644
    index 000000000000..34b52b0de304
    --- /dev/null
    +++ b/drivers/media/platform/s5p-mfc/Kconfig
    @@ -0,0 +1,9 @@
    +# SPDX-License-Identifier: GPL-2.0-only
    +config VIDEO_SAMSUNG_S5P_MFC
    + tristate "Samsung S5P MFC Video Codec"
    + depends on V4L_MEM2MEM_DRIVERS
    + depends on VIDEO_DEV && VIDEO_V4L2
    + depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
    + select VIDEOBUF2_DMA_CONTIG
    + help
    + MFC 5.1 and 6.x driver for V4L2
    --
    2.35.1
    \
     
     \ /
      Last update: 2022-03-14 17:38    [W:4.177 / U:1.120 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site