diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2011-07-04 11:34:16 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-07-31 17:28:25 -0400 |
commit | 54f323b1325499574d92c85201971df096c25b79 (patch) | |
tree | b8e8ee84f2c8c858d322cbe2fdd2f17f4c8b1ecc /drivers/mfd/Makefile | |
parent | 4dcaa6b6df354fa44b3072bed3cb13aad7e5fbd4 (diff) |
mfd: Move TPS55910 Kconfig option
Having another TPS chip at the end of the Kconfig when all it's
relatives are grouped together in their own section seems totally
counter-intuitive. Move it, also in the Makefile.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 1d593b9085b7..ca1867db3db8 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -36,6 +36,7 @@ obj-$(CONFIG_MFD_WM8994) += wm8994-core.o wm8994-irq.o | |||
36 | obj-$(CONFIG_TPS6105X) += tps6105x.o | 36 | obj-$(CONFIG_TPS6105X) += tps6105x.o |
37 | obj-$(CONFIG_TPS65010) += tps65010.o | 37 | obj-$(CONFIG_TPS65010) += tps65010.o |
38 | obj-$(CONFIG_TPS6507X) += tps6507x.o | 38 | obj-$(CONFIG_TPS6507X) += tps6507x.o |
39 | obj-$(CONFIG_MFD_TPS65910) += tps65910.o tps65910-irq.o | ||
39 | tps65912-objs := tps65912-core.o tps65912-irq.o | 40 | tps65912-objs := tps65912-core.o tps65912-irq.o |
40 | obj-$(CONFIG_MFD_TPS65912) += tps65912.o | 41 | obj-$(CONFIG_MFD_TPS65912) += tps65912.o |
41 | obj-$(CONFIG_MFD_TPS65912_I2C) += tps65912-i2c.o | 42 | obj-$(CONFIG_MFD_TPS65912_I2C) += tps65912-i2c.o |
@@ -99,5 +100,4 @@ obj-$(CONFIG_MFD_CS5535) += cs5535-mfd.o | |||
99 | obj-$(CONFIG_MFD_OMAP_USB_HOST) += omap-usb-host.o | 100 | obj-$(CONFIG_MFD_OMAP_USB_HOST) += omap-usb-host.o |
100 | obj-$(CONFIG_MFD_PM8921_CORE) += pm8921-core.o | 101 | obj-$(CONFIG_MFD_PM8921_CORE) += pm8921-core.o |
101 | obj-$(CONFIG_MFD_PM8XXX_IRQ) += pm8xxx-irq.o | 102 | obj-$(CONFIG_MFD_PM8XXX_IRQ) += pm8xxx-irq.o |
102 | obj-$(CONFIG_MFD_TPS65910) += tps65910.o tps65910-irq.o | ||
103 | obj-$(CONFIG_TPS65911_COMPARATOR) += tps65911-comparator.o | 103 | obj-$(CONFIG_TPS65911_COMPARATOR) += tps65911-comparator.o |