diff options
author | Alan Tull <alan.tull@freescale.com> | 2011-09-01 11:51:09 -0500 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-01-09 20:23:34 +0800 |
commit | fca6ab41a1b8aca32fa93191d53b2280e07a55f0 (patch) | |
tree | 4c71dec136f9144a35cfe494c09715fe62c36e03 /drivers/video/Kconfig | |
parent | 584273efcc2965f3d518e4ab9daa0be7ca26d304 (diff) |
ENGR00155845-1 mfd for hdmi
This is a mfd for the internal HDMI Transmitter on i.Mx. It handles
resources that are shared by the seperate video and audio drivers.
Signed-off-by: Alan Tull <alan.tull@freescale.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 30c30bd6018f..3811e48c7746 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -2396,6 +2396,7 @@ endif config FB_MXC_HDMI depends on FB_MXC_SYNC_PANEL tristate "MXC HDMI driver support" + select MFD_MXC_HDMI help Driver for the on-chip MXC HDMI controller. |