123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- #
- # Amlogic streaming device configuration
- #
- config AM_PTSSERVER
- bool
- default n
- config AM_VIDEO
- bool "Amlogic Video management"
- default n
- select AM_CANVAS
- select AM_PTSMGR
- select AM_TIMESYNC
- select AM_PTSSERVER
- help
- Driver for video display.
- config AM_VIDEO2
- bool "AMLOGIC Video2 management"
- default n
- select AM_VIDEO
- help
- Driver for video2 display.
- menu "Video Decoders"
- depends on AM_VIDEO
- config AM_VDEC_MPEG12
- tristate "Amlogic MPEG1/2 Video Decoder"
- default y
-
- select AM_PTSSERVER
- help
- Driver for mpeg1/2 video decoder.
- config AM_VDEC_MPEG4
- tristate "Amlogic MPEG4 Video Decoder"
- default y
-
- select AM_PTSSERVER
- help
- Driver for mpeg4 video decoder.
- config AM_VDEC_VC1
- tristate "Amlogic VC1 Video Decoder"
- default y
-
- select AM_PTSSERVER
- help
- Driver for vc1 video decoder.
- config AM_VDEC_H264
- tristate "Amlogic H264 Video Decoder"
- default y
-
- select AM_PTSSERVER
- help
- Driver for h264 video decoder.
- config AM_VDEC_H264MVC
- tristate "Amlogic H264MVC Video Decoder"
- default n
-
- select AM_PTSSERVER
- help
- Driver for h264mvc video decoder.
- config AM_VDEC_MJPEG
- tristate "Amlogic Motion JPEG Video Decoder"
- default y
-
- select AM_PTSSERVER
- help
- Driver for motion jpeg video decoder.
- config AM_VDEC_REAL
- tristate "Amlogic Real Video Decoder"
- default y
-
- select AM_PTSSERVER
- help
- Driver for real video decoder.
- config AM_JPEGDEC
- tristate "Amlogic HW jpeg decoder"
- default y
-
- select AM_PTSSERVER
- help
- Select to enable HW jpeg decoder.
- config AM_TIMESYNC
- bool "Amlogic Time sync driver"
- default y
- help
- AV sync and play rate control management.
- config AM_STREAMING
- bool "Amlogic AV Streaming support"
- default y
- select AM_PTSSERVER
- help
- Driver for the AV streaming ports.
- config AM_SUBTITLE
- bool "Amlogic SubTitle support"
- default y
- help
- Internal Sub Title support driver
- endmenu
|