Kconfig 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. #
  2. # Amlogic streaming device configuration
  3. #
  4. config AM_PTSSERVER
  5. bool
  6. default n
  7. config AM_VIDEO
  8. bool "Amlogic Video management"
  9. default n
  10. select AM_CANVAS
  11. select AM_PTSMGR
  12. select AM_TIMESYNC
  13. select AM_PTSSERVER
  14. help
  15. Driver for video display.
  16. config AM_VIDEO2
  17. bool "AMLOGIC Video2 management"
  18. default n
  19. select AM_VIDEO
  20. help
  21. Driver for video2 display.
  22. menu "Video Decoders"
  23. depends on AM_VIDEO
  24. config AM_VDEC_MPEG12
  25. tristate "Amlogic MPEG1/2 Video Decoder"
  26. default y
  27. select AM_PTSSERVER
  28. help
  29. Driver for mpeg1/2 video decoder.
  30. config AM_VDEC_MPEG4
  31. tristate "Amlogic MPEG4 Video Decoder"
  32. default y
  33. select AM_PTSSERVER
  34. help
  35. Driver for mpeg4 video decoder.
  36. config AM_VDEC_VC1
  37. tristate "Amlogic VC1 Video Decoder"
  38. default y
  39. select AM_PTSSERVER
  40. help
  41. Driver for vc1 video decoder.
  42. config AM_VDEC_H264
  43. tristate "Amlogic H264 Video Decoder"
  44. default y
  45. select AM_PTSSERVER
  46. help
  47. Driver for h264 video decoder.
  48. config AM_VDEC_H264MVC
  49. tristate "Amlogic H264MVC Video Decoder"
  50. default n
  51. select AM_PTSSERVER
  52. help
  53. Driver for h264mvc video decoder.
  54. config AM_VDEC_MJPEG
  55. tristate "Amlogic Motion JPEG Video Decoder"
  56. default y
  57. select AM_PTSSERVER
  58. help
  59. Driver for motion jpeg video decoder.
  60. config AM_VDEC_REAL
  61. tristate "Amlogic Real Video Decoder"
  62. default y
  63. select AM_PTSSERVER
  64. help
  65. Driver for real video decoder.
  66. config AM_JPEGDEC
  67. tristate "Amlogic HW jpeg decoder"
  68. default y
  69. select AM_PTSSERVER
  70. help
  71. Select to enable HW jpeg decoder.
  72. config AM_TIMESYNC
  73. bool "Amlogic Time sync driver"
  74. default y
  75. help
  76. AV sync and play rate control management.
  77. config AM_STREAMING
  78. bool "Amlogic AV Streaming support"
  79. default y
  80. select AM_PTSSERVER
  81. help
  82. Driver for the AV streaming ports.
  83. config AM_SUBTITLE
  84. bool "Amlogic SubTitle support"
  85. default y
  86. help
  87. Internal Sub Title support driver
  88. endmenu