home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / mxc / vpu / Kconfig next >
Encoding:
Text File  |  2009-09-09  |  857 b   |  31 lines

  1. #
  2. # Codec configuration
  3. #
  4.  
  5. menu "MXC VPU(Video Processing Unit) support"
  6.  
  7. config MXC_VPU
  8.       tristate "Support for MXC VPU(Video Processing Unit)"
  9.       depends on (ARCH_MX3 || ARCH_MX27 || ARCH_MXC92323 || ARCH_MX37 || ARCH_MX51)
  10.       default y
  11.     ---help---
  12.       The VPU codec device provides codec function for H.264/MPEG4/H.263,
  13.       as well as MPEG2/VC-1/DivX on some platforms.
  14.  
  15. config MXC_VPU_IRAM
  16.       tristate "Use IRAM as temporary buffer for VPU to enhance performace"
  17.       depends on (ARCH_MX37 || ARCH_MX51)
  18.       default y
  19.     ---help---
  20.       The VPU can use internal RAM as temporary buffer to save external
  21.       memroy bandwith, thus to enhance video performance.
  22.  
  23. config MXC_VPU_DEBUG
  24.     bool "MXC VPU debugging"
  25.     depends on MXC_VPU != n
  26.     help
  27.       This is an option for the developers; most people should
  28.       say N here.  This enables MXC VPU driver debugging.
  29.  
  30. endmenu
  31.