Quellcode durchsuchen

mfd: mc13xxx: Remove useless symbol MFD_MC13783

Symbol MFD_MC13783 always selected by MFD_MC13XXX, so no need
to keep additional symbol.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Alexander Shiyan vor 11 Jahren
Ursprung
Commit
e5a3da2143

+ 1 - 1
drivers/input/misc/Kconfig

@@ -168,7 +168,7 @@ config INPUT_MAX8997_HAPTIC
 
 
 config INPUT_MC13783_PWRBUTTON
 config INPUT_MC13783_PWRBUTTON
 	tristate "MC13783 ON buttons"
 	tristate "MC13783 ON buttons"
-	depends on MFD_MC13783
+	depends on MFD_MC13XXX
 	help
 	help
 	  Support the ON buttons of MC13783 PMIC as an input device
 	  Support the ON buttons of MC13783 PMIC as an input device
 	  reporting power button status.
 	  reporting power button status.

+ 1 - 1
drivers/input/touchscreen/Kconfig

@@ -717,7 +717,7 @@ config TOUCHSCREEN_USB_COMPOSITE
 
 
 config TOUCHSCREEN_MC13783
 config TOUCHSCREEN_MC13783
 	tristate "Freescale MC13783 touchscreen input driver"
 	tristate "Freescale MC13783 touchscreen input driver"
-	depends on MFD_MC13783
+	depends on MFD_MC13XXX
 	help
 	help
 	  Say Y here if you have an Freescale MC13783 PMIC on your
 	  Say Y here if you have an Freescale MC13783 PMIC on your
 	  board and want to use its touchscreen
 	  board and want to use its touchscreen

+ 0 - 4
drivers/mfd/Kconfig

@@ -163,14 +163,10 @@ config MFD_DA9063
 	  Additional drivers must be enabled in order to use the functionality
 	  Additional drivers must be enabled in order to use the functionality
 	  of the device.
 	  of the device.
 
 
-config MFD_MC13783
-	tristate
-
 config MFD_MC13XXX
 config MFD_MC13XXX
 	tristate
 	tristate
 	depends on (SPI_MASTER || I2C)
 	depends on (SPI_MASTER || I2C)
 	select MFD_CORE
 	select MFD_CORE
-	select MFD_MC13783
 	help
 	help
 	  Enable support for the Freescale MC13783 and MC13892 PMICs.
 	  Enable support for the Freescale MC13783 and MC13892 PMICs.
 	  This driver provides common support for accessing the device,
 	  This driver provides common support for accessing the device,

+ 1 - 1
drivers/regulator/Kconfig

@@ -343,7 +343,7 @@ config REGULATOR_MC13XXX_CORE
 
 
 config REGULATOR_MC13783
 config REGULATOR_MC13783
 	tristate "Freescale MC13783 regulator driver"
 	tristate "Freescale MC13783 regulator driver"
-	depends on MFD_MC13783
+	depends on MFD_MC13XXX
 	select REGULATOR_MC13XXX_CORE
 	select REGULATOR_MC13XXX_CORE
 	help
 	help
 	  Say y here to support the regulators found on the Freescale MC13783
 	  Say y here to support the regulators found on the Freescale MC13783

+ 1 - 1
sound/soc/fsl/Kconfig

@@ -206,7 +206,7 @@ config SND_SOC_IMX_SPDIF
 
 
 config SND_SOC_IMX_MC13783
 config SND_SOC_IMX_MC13783
 	tristate "SoC Audio support for I.MX boards with mc13783"
 	tristate "SoC Audio support for I.MX boards with mc13783"
-	depends on MFD_MC13783 && ARM
+	depends on MFD_MC13XXX && ARM
 	select SND_SOC_IMX_SSI
 	select SND_SOC_IMX_SSI
 	select SND_SOC_IMX_AUDMUX
 	select SND_SOC_IMX_AUDMUX
 	select SND_SOC_MC13783
 	select SND_SOC_MC13783