mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-07 04:36:00 +00:00
This is i.MX BSP 5.0.0 release ported to 2.6.31 Signed-off-by: Rob Herring <r.herring@freescale.com> Signed-off-by: Alan Tull <r80115@freescale.com> Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
25 lines
548 B
Plaintext
25 lines
548 B
Plaintext
#
|
|
# MPEG4 Encoder kernel module configuration
|
|
#
|
|
|
|
menu "MXC MPEG4 Encoder Kernel module support"
|
|
|
|
config MXC_HMP4E
|
|
tristate "MPEG4 Encoder support"
|
|
depends on ARCH_MXC
|
|
depends on !ARCH_MX27
|
|
default y
|
|
---help---
|
|
Say Y to get the MPEG4 Encoder kernel module available on
|
|
MXC platform.
|
|
|
|
config MXC_HMP4E_DEBUG
|
|
bool "MXC MPEG4 Debug messages"
|
|
depends on MXC_HMP4E != n
|
|
default n
|
|
---help---
|
|
Say Y here if you need the Encoder driver to print debug messages.
|
|
This is an option for developers, most people should say N here.
|
|
|
|
endmenu
|