Skip to content

Commit

Permalink
misc: omap_video_vrfb test for dmaengine conversion HACK
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
  • Loading branch information
Peter Ujfalusi committed Jul 3, 2020
1 parent b29af2d commit db21507
Show file tree
Hide file tree
Showing 3 changed files with 579 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,13 @@ config DMA_BUF_PHYS
help
Exports CPU physical address of DMA-BUF to user-space.

config OVV_DMAENGINE
tristate "vrfb to dmaengine test"
depends on ARCH_OMAP
default n
---help---
To test the move from omap-dma to dmaengine

source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"
source "drivers/misc/cb710/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions drivers/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ obj-$(CONFIG_PVPANIC) += pvpanic.o
obj-$(CONFIG_HABANA_AI) += habanalabs/
obj-$(CONFIG_XILINX_SDFEC) += xilinx_sdfec.o
obj-$(CONFIG_DMA_BUF_PHYS) += dma-buf-phys.o
obj-$(CONFIG_OVV_DMAENGINE) += ovv_dmaengine.o

0 comments on commit db21507

Please sign in to comment.