Message ID | e551e94675be747c5377abed564fa73d3233e259.1647006877.git.mchehab@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
Dne petek, 11. marec 2022 ob 15:07:41 CET je Mauro Carvalho Chehab napisal(a): > In order to better organize the platform/Kconfig, place > sun8i-di-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> > --- Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Best regards, Jernej > > 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 | 15 +-------------- > drivers/media/platform/sunxi/sun8i-di/Kconfig | 14 ++++++++++++++ > 2 files changed, 15 insertions(+), 14 deletions(-) > create mode 100644 drivers/media/platform/sunxi/sun8i-di/Kconfig > > diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig > index 460ad793b89b..37103f24979f 100644 > --- a/drivers/media/platform/Kconfig > +++ b/drivers/media/platform/Kconfig > @@ -70,6 +70,7 @@ source "drivers/media/platform/s3c-camif/Kconfig" > source "drivers/media/platform/s5p-g2d/Kconfig" > source "drivers/media/platform/sti/hva/Kconfig" > source "drivers/media/platform/stm32/Kconfig" > +source "drivers/media/platform/sunxi/sun8i-di/Kconfig" > > config VIDEO_MUX > tristate "Video Multiplexer" > @@ -240,20 +241,6 @@ config VIDEO_TI_VPE_DEBUG > help > Enable debug messages on VPE driver. > > -config VIDEO_SUN8I_DEINTERLACE > - tristate "Allwinner Deinterlace driver" > - depends on V4L_MEM2MEM_DRIVERS > - depends on VIDEO_DEV && VIDEO_V4L2 > - depends on ARCH_SUNXI || COMPILE_TEST > - depends on COMMON_CLK && OF > - depends on PM > - select VIDEOBUF2_DMA_CONTIG > - select V4L2_MEM2MEM_DEV > - help > - Support for the Allwinner deinterlace unit with scaling > - capability found on some SoCs, like H3. > - To compile this driver as a module choose m here. > - > config VIDEO_SUN8I_ROTATE > tristate "Allwinner DE2 rotation driver" > depends on V4L_MEM2MEM_DRIVERS > diff --git a/drivers/media/platform/sunxi/sun8i-di/Kconfig b/drivers/media/ platform/sunxi/sun8i-di/Kconfig > new file mode 100644 > index 000000000000..8d762e664d45 > --- /dev/null > +++ b/drivers/media/platform/sunxi/sun8i-di/Kconfig > @@ -0,0 +1,14 @@ > +# SPDX-License-Identifier: GPL-2.0-only > +config VIDEO_SUN8I_DEINTERLACE > + tristate "Allwinner Deinterlace driver" > + depends on V4L_MEM2MEM_DRIVERS > + depends on VIDEO_DEV && VIDEO_V4L2 > + depends on ARCH_SUNXI || COMPILE_TEST > + depends on COMMON_CLK && OF > + depends on PM > + select VIDEOBUF2_DMA_CONTIG > + select V4L2_MEM2MEM_DEV > + help > + Support for the Allwinner deinterlace unit with scaling > + capability found on some SoCs, like H3. > + To compile this driver as a module choose m here. > -- > 2.35.1 > >
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index 460ad793b89b..37103f24979f 100644 --- a/drivers/media/platform/Kconfig +++ b/drivers/media/platform/Kconfig @@ -70,6 +70,7 @@ source "drivers/media/platform/s3c-camif/Kconfig" source "drivers/media/platform/s5p-g2d/Kconfig" source "drivers/media/platform/sti/hva/Kconfig" source "drivers/media/platform/stm32/Kconfig" +source "drivers/media/platform/sunxi/sun8i-di/Kconfig" config VIDEO_MUX tristate "Video Multiplexer" @@ -240,20 +241,6 @@ config VIDEO_TI_VPE_DEBUG help Enable debug messages on VPE driver. -config VIDEO_SUN8I_DEINTERLACE - tristate "Allwinner Deinterlace driver" - depends on V4L_MEM2MEM_DRIVERS - depends on VIDEO_DEV && VIDEO_V4L2 - depends on ARCH_SUNXI || COMPILE_TEST - depends on COMMON_CLK && OF - depends on PM - select VIDEOBUF2_DMA_CONTIG - select V4L2_MEM2MEM_DEV - help - Support for the Allwinner deinterlace unit with scaling - capability found on some SoCs, like H3. - To compile this driver as a module choose m here. - config VIDEO_SUN8I_ROTATE tristate "Allwinner DE2 rotation driver" depends on V4L_MEM2MEM_DRIVERS diff --git a/drivers/media/platform/sunxi/sun8i-di/Kconfig b/drivers/media/platform/sunxi/sun8i-di/Kconfig new file mode 100644 index 000000000000..8d762e664d45 --- /dev/null +++ b/drivers/media/platform/sunxi/sun8i-di/Kconfig @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: GPL-2.0-only +config VIDEO_SUN8I_DEINTERLACE + tristate "Allwinner Deinterlace driver" + depends on V4L_MEM2MEM_DRIVERS + depends on VIDEO_DEV && VIDEO_V4L2 + depends on ARCH_SUNXI || COMPILE_TEST + depends on COMMON_CLK && OF + depends on PM + select VIDEOBUF2_DMA_CONTIG + select V4L2_MEM2MEM_DEV + help + Support for the Allwinner deinterlace unit with scaling + capability found on some SoCs, like H3. + To compile this driver as a module choose m here.