diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-05 15:45:22 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-18 09:22:33 -0400 |
commit | 82b736df4da2c6fdf2c0018938685cf36d112ecd (patch) | |
tree | 895d8f39d87d8e4e5d0c6da9f22bba3b0efbc12c /drivers/regulator/Makefile | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) |
regulator: build: Sort Kconfig
Reduces merge issues if nothing else.
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index ba4a3cf3afec..d240772d90ee 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -52,6 +52,7 @@ obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o | |||
52 | obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o | 52 | obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o |
53 | obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o | 53 | obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o |
54 | obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o | 54 | obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o |
55 | obj-$(CONFIG_REGULATOR_TI_ABB) += ti-abb-regulator.o | ||
55 | obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o | 56 | obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o |
56 | obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o | 57 | obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o |
57 | obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o | 58 | obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o |
@@ -64,7 +65,6 @@ obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o | |||
64 | obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o | 65 | obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o |
65 | obj-$(CONFIG_REGULATOR_TPS80031) += tps80031-regulator.o | 66 | obj-$(CONFIG_REGULATOR_TPS80031) += tps80031-regulator.o |
66 | obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o | 67 | obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o |
67 | obj-$(CONFIG_REGULATOR_TI_ABB) += ti-abb-regulator.o | ||
68 | obj-$(CONFIG_REGULATOR_VEXPRESS) += vexpress.o | 68 | obj-$(CONFIG_REGULATOR_VEXPRESS) += vexpress.o |
69 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o | 69 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o |
70 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o | 70 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o |