diff options
author | Sandor Yu <R01008@freescale.com> | 2013-08-06 05:14:27 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:01:11 -0400 |
commit | 05aba9b1ec82306f3dae9413de1edb6488abb1dd (patch) | |
tree | 450c7cdaa291ff14a49a1f623bb020ed1f6b0c6e | |
parent | b8d5ce8e76b5e41871cd42fe1964be3ef34ae020 (diff) |
ENGR00274031 MX6: Move HDMI core menu into multifunction device drivers
Move MX6 HDMI core driver menu into Multifunction device drivers menu
Signed-off-by: Sandor Yu <R01008@freescale.com>
-rw-r--r-- | drivers/mfd/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 043901b09dca..2cca35ac5209 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -139,6 +139,13 @@ config MFD_DA9055 | |||
139 | This driver can be built as a module. If built as a module it will be | 139 | This driver can be built as a module. If built as a module it will be |
140 | called "da9055" | 140 | called "da9055" |
141 | 141 | ||
142 | config MFD_MXC_HDMI | ||
143 | tristate "Freescale HDMI Core" | ||
144 | select MFD_CORE | ||
145 | help | ||
146 | This is the core driver for the Freescale i.MX6 on-chip HDMI. | ||
147 | This MFD driver connects with the video and audio drivers for HDMI. | ||
148 | |||
142 | config MFD_MC13783 | 149 | config MFD_MC13783 |
143 | tristate | 150 | tristate |
144 | 151 | ||
@@ -1149,10 +1156,3 @@ config VEXPRESS_CONFIG | |||
1149 | Platform configuration infrastructure for the ARM Ltd. | 1156 | Platform configuration infrastructure for the ARM Ltd. |
1150 | Versatile Express. | 1157 | Versatile Express. |
1151 | 1158 | ||
1152 | config MFD_MXC_HDMI | ||
1153 | tristate "MXC HDMI Core" | ||
1154 | select MFD_CORE | ||
1155 | default y | ||
1156 | help | ||
1157 | This is the core driver for the i.MX on-chip HDMI. This MFD | ||
1158 | driver connects with the video and audio drivers for HDMI. | ||