···30263026L: openbmc@lists.ozlabs.org (moderated for non-subscribers)30273027S: Maintained30283028F: Documentation/devicetree/bindings/media/aspeed-video.txt30293029-F: drivers/media/platform/aspeed-video.c30293029+F: drivers/media/platform/aspeed/3030303030313031ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS30323032M: Corentin Chary <corentin.chary@gmail.com>
+1-9
drivers/media/platform/Kconfig
···50505151source "drivers/media/platform/omap/Kconfig"52525353-config VIDEO_ASPEED5454- tristate "Aspeed AST2400 and AST2500 Video Engine driver"5555- depends on V4L_PLATFORM_DRIVERS5656- depends on VIDEO_V4L25757- select VIDEOBUF2_DMA_CONTIG5858- help5959- Support for the Aspeed Video Engine (VE) embedded in the Aspeed6060- AST2400 and AST2500 SOCs. The VE can capture and compress video data6161- from digital or analog sources.5353+source "drivers/media/platform/aspeed/Kconfig"62546355config VIDEO_SH_VOU6456 tristate "SuperH VOU video output driver"
+1-1
drivers/media/platform/Makefile
···66# Place here, alphabetically sorted by directory77# (e. g. LC_ALL=C sort Makefile)88obj-y += allegro-dvt/99+obj-y += aspeed/910obj-y += am437x/1011obj-y += amphion/1112obj-y += atmel/···4847# Please place here only ancillary drivers that aren't SoC-specific4948# Please keep it alphabetically sorted by Kconfig name5049# (e. g. LC_ALL=C sort Makefile)5151-obj-$(CONFIG_VIDEO_ASPEED) += aspeed-video.o5250obj-$(CONFIG_VIDEO_IMX_PXP) += imx-pxp.o5351obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o5452obj-$(CONFIG_VIDEO_MUX) += video-mux.o
···11+# SPDX-License-Identifier: GPL-2.0-only22+config VIDEO_ASPEED33+ tristate "Aspeed AST2400 and AST2500 Video Engine driver"44+ depends on V4L_PLATFORM_DRIVERS55+ depends on VIDEO_V4L266+ select VIDEOBUF2_DMA_CONTIG77+ help88+ Support for the Aspeed Video Engine (VE) embedded in the Aspeed99+ AST2400 and AST2500 SOCs. The VE can capture and compress video data1010+ from digital or analog sources.