forked from Qortal/Brooklyn
Changes included (and more): 1. Dynamic RAM merge 2. Real-time page scan and allocation 3. Cache compression 4. Real-time IRQ checks 5. Dynamic I/O allocation for Java heap 6. Java page migration 7. Contiguous memory allocation 8. Idle pages tracking 9. Per CPU RAM usage tracking 10. ARM NEON scalar multiplication library 11. NEON/ARMv8 crypto extensions 12. NEON SHA, Blake, RIPEMD crypto extensions 13. Parallel NEON crypto engine for multi-algo based CPU stress reduction
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config VIDEO_STI_DELTA
|
|
tristate "STMicroelectronics DELTA multi-format video decoder V4L2 driver"
|
|
depends on V4L_MEM2MEM_DRIVERS
|
|
depends on VIDEO_DEV
|
|
depends on ARCH_STI || COMPILE_TEST
|
|
help
|
|
This V4L2 driver enables DELTA multi-format video decoder
|
|
of STMicroelectronics STiH4xx SoC series allowing hardware
|
|
decoding of various compressed video bitstream format in
|
|
raw uncompressed format.
|
|
|
|
Use this option to see the decoders available for such
|
|
hardware.
|
|
|
|
Please notice that the driver will only be built if
|
|
at least one of the DELTA decoder below is selected.
|
|
|
|
config VIDEO_STI_DELTA_MJPEG
|
|
bool "STMicroelectronics DELTA MJPEG support"
|
|
default y
|
|
depends on VIDEO_STI_DELTA
|
|
help
|
|
Enables DELTA MJPEG hardware support.
|
|
|
|
To compile this driver as a module, choose M here:
|
|
the module will be called st-delta.
|
|
|
|
config VIDEO_STI_DELTA_DRIVER
|
|
tristate
|
|
depends on VIDEO_STI_DELTA
|
|
depends on VIDEO_STI_DELTA_MJPEG
|
|
default VIDEO_STI_DELTA_MJPEG
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
select V4L2_MEM2MEM_DEV
|
|
select RPMSG
|