From: Sandor Yu Date: Tue, 6 Aug 2013 09:14:27 +0000 (+0800) Subject: ENGR00274031 MX6: Move HDMI core menu into multifunction device drivers X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9dc344d5a518cd976b5e4ff58d6692832b7fdb63;p=karo-tx-linux.git 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 --- 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.