diff options
author | Danny Nold <dannynold@freescale.com> | 2011-07-25 22:01:15 -0500 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-01-09 20:21:39 +0800 |
commit | 425b75d190accddd7023a8df55a76a629481efad (patch) | |
tree | a2ad0953c7923da5e77238412da8bd252096e869 /drivers/video/Makefile | |
parent | d8ec287fbad6a7e307ac00930048e9ff65604864 (diff) |
ENGR00153670-4 - MXC HDMI: Add support for basic HDMI operation
- Add MXC HDMI to kconfig and makefile
- Add initial mxc_hdmi.c file to provide basic HDMI functionality:
- Basic HDMI output functional
- Support for reading EDID via I2C and registering
video modes with IPU
- Support for output from IPU1 DI0
- These features not yet added:
- Hotplug support
- Dual display with LVDS
- Power management
- Support for FB notifications
- Changes to IPU to allow HDMI to use source clocks that it needs
Signed-off-by: Danny Nold <dannynold@freescale.com>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r-- | drivers/video/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index a3ae7aafe5b6..0ebfeecca8db 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -47,7 +47,8 @@ obj-$(CONFIG_FB_VIA) += via/ obj-$(CONFIG_FB_KYRO) += kyro/ obj-$(CONFIG_FB_SAVAGE) += savage/ obj-$(CONFIG_FB_GEODE) += geode/ -obj-$(CONFIG_FB_MBX) += mbx/ +obj-$(CONFIG_FB_MBX) += mbx/ +obj-$(CONFIG_FB_MXC_HDMI) += mxc_hdmi.o obj-$(CONFIG_FB_MXC) += mxc/ obj-$(CONFIG_FB_NEOMAGIC) += neofb.o obj-$(CONFIG_FB_3DFX) += tdfxfb.o |