]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00274031 MX6: Move HDMI core menu into multifunction device drivers
authorSandor Yu <R01008@freescale.com>
Tue, 6 Aug 2013 09:14:27 +0000 (17:14 +0800)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:54:34 +0000 (09:54 +0800)
Move MX6 HDMI core driver menu into Multifunction device drivers menu

Signed-off-by: Sandor Yu <R01008@freescale.com>
drivers/mfd/Kconfig

index 043901b09dca8b764f67553402f2962519d88586..2cca35ac520963299a86d18f336cdb4c531b1f4b 100644 (file)
@@ -139,6 +139,13 @@ config MFD_DA9055
          This driver can be built as a module. If built as a module it will be
          called "da9055"
 
+config MFD_MXC_HDMI
+       tristate "Freescale HDMI Core"
+       select MFD_CORE
+       help
+         This is the core driver for the Freescale i.MX6 on-chip HDMI.
+         This MFD driver connects with the video and audio drivers for HDMI.
+
 config MFD_MC13783
        tristate
 
@@ -1149,10 +1156,3 @@ config VEXPRESS_CONFIG
          Platform configuration infrastructure for the ARM Ltd.
          Versatile Express.
 
-config MFD_MXC_HDMI
-       tristate "MXC HDMI Core"
-       select MFD_CORE
-       default y
-       help
-         This is the core driver for the i.MX on-chip HDMI.  This MFD
-         driver connects with the video and audio drivers for HDMI.