From 9dc344d5a518cd976b5e4ff58d6692832b7fdb63 Mon Sep 17 00:00:00 2001 From: Sandor Yu Date: Tue, 6 Aug 2013 17:14:27 +0800 Subject: [PATCH] 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 --- drivers/mfd/Kconfig | 14 +++++++------- 1 file 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 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. -- 2.39.5