diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-12-14 08:03:10 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-01-21 03:28:09 -0500 |
commit | e5a3da2143962edff6c8a66dec43654c2951804f (patch) | |
tree | f0e97957fba92fc9858c98032b051ac302f66558 /drivers | |
parent | 03b1e3023b34dceedd882136f5a4c834e501fb39 (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/input/misc/Kconfig | 2 | ||||
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 2 | ||||
-rw-r--r-- | drivers/mfd/Kconfig | 4 | ||||
-rw-r--r-- | drivers/regulator/Kconfig | 2 |
4 files changed, 3 insertions, 7 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 5f4967d01bc3..e2413acbbb16 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -168,7 +168,7 @@ config INPUT_MAX8997_HAPTIC | |||
168 | 168 | ||
169 | config INPUT_MC13783_PWRBUTTON | 169 | config INPUT_MC13783_PWRBUTTON |
170 | tristate "MC13783 ON buttons" | 170 | tristate "MC13783 ON buttons" |
171 | depends on MFD_MC13783 | 171 | depends on MFD_MC13XXX |
172 | help | 172 | help |
173 | Support the ON buttons of MC13783 PMIC as an input device | 173 | Support the ON buttons of MC13783 PMIC as an input device |
174 | reporting power button status. | 174 | reporting power button status. |
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 961d58d32647..07e9e82029d1 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -717,7 +717,7 @@ config TOUCHSCREEN_USB_COMPOSITE | |||
717 | 717 | ||
718 | config TOUCHSCREEN_MC13783 | 718 | config TOUCHSCREEN_MC13783 |
719 | tristate "Freescale MC13783 touchscreen input driver" | 719 | tristate "Freescale MC13783 touchscreen input driver" |
720 | depends on MFD_MC13783 | 720 | depends on MFD_MC13XXX |
721 | help | 721 | help |
722 | Say Y here if you have an Freescale MC13783 PMIC on your | 722 | Say Y here if you have an Freescale MC13783 PMIC on your |
723 | board and want to use its touchscreen | 723 | board and want to use its touchscreen |
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 58ed055c1c08..49bb445d846a 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -163,14 +163,10 @@ config MFD_DA9063 | |||
163 | Additional drivers must be enabled in order to use the functionality | 163 | Additional drivers must be enabled in order to use the functionality |
164 | of the device. | 164 | of the device. |
165 | 165 | ||
166 | config MFD_MC13783 | ||
167 | tristate | ||
168 | |||
169 | config MFD_MC13XXX | 166 | config MFD_MC13XXX |
170 | tristate | 167 | tristate |
171 | depends on (SPI_MASTER || I2C) | 168 | depends on (SPI_MASTER || I2C) |
172 | select MFD_CORE | 169 | select MFD_CORE |
173 | select MFD_MC13783 | ||
174 | help | 170 | help |
175 | Enable support for the Freescale MC13783 and MC13892 PMICs. | 171 | Enable support for the Freescale MC13783 and MC13892 PMICs. |
176 | This driver provides common support for accessing the device, | 172 | This driver provides common support for accessing the device, |
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index ce785f481281..db9ae6fa2404 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -343,7 +343,7 @@ config REGULATOR_MC13XXX_CORE | |||
343 | 343 | ||
344 | config REGULATOR_MC13783 | 344 | config REGULATOR_MC13783 |
345 | tristate "Freescale MC13783 regulator driver" | 345 | tristate "Freescale MC13783 regulator driver" |
346 | depends on MFD_MC13783 | 346 | depends on MFD_MC13XXX |
347 | select REGULATOR_MC13XXX_CORE | 347 | select REGULATOR_MC13XXX_CORE |
348 | help | 348 | help |
349 | Say y here to support the regulators found on the Freescale MC13783 | 349 | Say y here to support the regulators found on the Freescale MC13783 |