Makefile (71de5d6e63c992abe037c43bc581cff432a5a1c4) | Makefile (d7a58decc7049e8ca9707b63fcc2556cde3d26c5) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for regulator drivers. 4# 5 6 7obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o devres.o 8obj-$(CONFIG_OF) += of_regulator.o --- 15 unchanged lines hidden (view full) --- 24obj-$(CONFIG_REGULATOR_ARIZONA_LDO1) += arizona-ldo1.o 25obj-$(CONFIG_REGULATOR_ARIZONA_MICSUPP) += arizona-micsupp.o 26obj-$(CONFIG_REGULATOR_ARM_SCMI) += scmi-regulator.o 27obj-$(CONFIG_REGULATOR_AS3711) += as3711-regulator.o 28obj-$(CONFIG_REGULATOR_AS3722) += as3722-regulator.o 29obj-$(CONFIG_REGULATOR_ATC260X) += atc260x-regulator.o 30obj-$(CONFIG_REGULATOR_AXP20X) += axp20x-regulator.o 31obj-$(CONFIG_REGULATOR_BCM590XX) += bcm590xx-regulator.o | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for regulator drivers. 4# 5 6 7obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o devres.o 8obj-$(CONFIG_OF) += of_regulator.o --- 15 unchanged lines hidden (view full) --- 24obj-$(CONFIG_REGULATOR_ARIZONA_LDO1) += arizona-ldo1.o 25obj-$(CONFIG_REGULATOR_ARIZONA_MICSUPP) += arizona-micsupp.o 26obj-$(CONFIG_REGULATOR_ARM_SCMI) += scmi-regulator.o 27obj-$(CONFIG_REGULATOR_AS3711) += as3711-regulator.o 28obj-$(CONFIG_REGULATOR_AS3722) += as3722-regulator.o 29obj-$(CONFIG_REGULATOR_ATC260X) += atc260x-regulator.o 30obj-$(CONFIG_REGULATOR_AXP20X) += axp20x-regulator.o 31obj-$(CONFIG_REGULATOR_BCM590XX) += bcm590xx-regulator.o |
32obj-$(CONFIG_REGULATOR_BD70528) += bd70528-regulator.o |
|
32obj-$(CONFIG_REGULATOR_BD71815) += bd71815-regulator.o 33obj-$(CONFIG_REGULATOR_BD71828) += bd71828-regulator.o 34obj-$(CONFIG_REGULATOR_BD718XX) += bd718x7-regulator.o 35obj-$(CONFIG_REGULATOR_BD9571MWV) += bd9571mwv-regulator.o 36obj-$(CONFIG_REGULATOR_BD957XMUF) += bd9576-regulator.o 37obj-$(CONFIG_REGULATOR_DA903X) += da903x-regulator.o 38obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o 39obj-$(CONFIG_REGULATOR_DA9055) += da9055-regulator.o --- 48 unchanged lines hidden (view full) --- 88obj-$(CONFIG_REGULATOR_MP5416) += mp5416.o 89obj-$(CONFIG_REGULATOR_MP8859) += mp8859.o 90obj-$(CONFIG_REGULATOR_MP886X) += mp886x.o 91obj-$(CONFIG_REGULATOR_MPQ7920) += mpq7920.o 92obj-$(CONFIG_REGULATOR_MT6311) += mt6311-regulator.o 93obj-$(CONFIG_REGULATOR_MT6315) += mt6315-regulator.o 94obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o 95obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o | 33obj-$(CONFIG_REGULATOR_BD71815) += bd71815-regulator.o 34obj-$(CONFIG_REGULATOR_BD71828) += bd71828-regulator.o 35obj-$(CONFIG_REGULATOR_BD718XX) += bd718x7-regulator.o 36obj-$(CONFIG_REGULATOR_BD9571MWV) += bd9571mwv-regulator.o 37obj-$(CONFIG_REGULATOR_BD957XMUF) += bd9576-regulator.o 38obj-$(CONFIG_REGULATOR_DA903X) += da903x-regulator.o 39obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o 40obj-$(CONFIG_REGULATOR_DA9055) += da9055-regulator.o --- 48 unchanged lines hidden (view full) --- 89obj-$(CONFIG_REGULATOR_MP5416) += mp5416.o 90obj-$(CONFIG_REGULATOR_MP8859) += mp8859.o 91obj-$(CONFIG_REGULATOR_MP886X) += mp886x.o 92obj-$(CONFIG_REGULATOR_MPQ7920) += mpq7920.o 93obj-$(CONFIG_REGULATOR_MT6311) += mt6311-regulator.o 94obj-$(CONFIG_REGULATOR_MT6315) += mt6315-regulator.o 95obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o 96obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o |
97obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o |
|
96obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o 97obj-$(CONFIG_REGULATOR_MT6380) += mt6380-regulator.o 98obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o 99obj-$(CONFIG_REGULATOR_MTK_DVFSRC) += mtk-dvfsrc-regulator.o 100obj-$(CONFIG_REGULATOR_QCOM_LABIBB) += qcom-labibb-regulator.o 101obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o 102obj-$(CONFIG_REGULATOR_QCOM_RPMH) += qcom-rpmh-regulator.o 103obj-$(CONFIG_REGULATOR_QCOM_SMD_RPM) += qcom_smd-regulator.o --- 65 unchanged lines hidden --- | 98obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o 99obj-$(CONFIG_REGULATOR_MT6380) += mt6380-regulator.o 100obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o 101obj-$(CONFIG_REGULATOR_MTK_DVFSRC) += mtk-dvfsrc-regulator.o 102obj-$(CONFIG_REGULATOR_QCOM_LABIBB) += qcom-labibb-regulator.o 103obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o 104obj-$(CONFIG_REGULATOR_QCOM_RPMH) += qcom-rpmh-regulator.o 105obj-$(CONFIG_REGULATOR_QCOM_SMD_RPM) += qcom_smd-regulator.o --- 65 unchanged lines hidden --- |