Makefile (0791faebfe750292a8a842b64795a390ca4a3b51) | Makefile (af71cccadecedad3484c2208e2c4fc8eff927d4a) |
---|---|
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 irq_helpers.o 8obj-$(CONFIG_OF) += of_regulator.o --- 72 unchanged lines hidden (view full) --- 81obj-$(CONFIG_REGULATOR_MAX8997) += max8997-regulator.o 82obj-$(CONFIG_REGULATOR_MAX8998) += max8998.o 83obj-$(CONFIG_REGULATOR_MAX20086) += max20086-regulator.o 84obj-$(CONFIG_REGULATOR_MAX20411) += max20411-regulator.o 85obj-$(CONFIG_REGULATOR_MAX77686) += max77686-regulator.o 86obj-$(CONFIG_REGULATOR_MAX77693) += max77693-regulator.o 87obj-$(CONFIG_REGULATOR_MAX77802) += max77802-regulator.o 88obj-$(CONFIG_REGULATOR_MAX77826) += max77826-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 irq_helpers.o 8obj-$(CONFIG_OF) += of_regulator.o --- 72 unchanged lines hidden (view full) --- 81obj-$(CONFIG_REGULATOR_MAX8997) += max8997-regulator.o 82obj-$(CONFIG_REGULATOR_MAX8998) += max8998.o 83obj-$(CONFIG_REGULATOR_MAX20086) += max20086-regulator.o 84obj-$(CONFIG_REGULATOR_MAX20411) += max20411-regulator.o 85obj-$(CONFIG_REGULATOR_MAX77686) += max77686-regulator.o 86obj-$(CONFIG_REGULATOR_MAX77693) += max77693-regulator.o 87obj-$(CONFIG_REGULATOR_MAX77802) += max77802-regulator.o 88obj-$(CONFIG_REGULATOR_MAX77826) += max77826-regulator.o |
89obj-$(CONFIG_REGULATOR_MAX77857) += max77857-regulator.o |
|
89obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o 90obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o 91obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o 92obj-$(CONFIG_REGULATOR_MCP16502) += mcp16502.o 93obj-$(CONFIG_REGULATOR_MP5416) += mp5416.o 94obj-$(CONFIG_REGULATOR_MP8859) += mp8859.o 95obj-$(CONFIG_REGULATOR_MP886X) += mp886x.o 96obj-$(CONFIG_REGULATOR_MPQ7920) += mpq7920.o --- 6 unchanged lines hidden (view full) --- 103obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o 104obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o 105obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o 106obj-$(CONFIG_REGULATOR_MT6370) += mt6370-regulator.o 107obj-$(CONFIG_REGULATOR_MT6380) += mt6380-regulator.o 108obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o 109obj-$(CONFIG_REGULATOR_MTK_DVFSRC) += mtk-dvfsrc-regulator.o 110obj-$(CONFIG_REGULATOR_QCOM_LABIBB) += qcom-labibb-regulator.o | 90obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o 91obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o 92obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o 93obj-$(CONFIG_REGULATOR_MCP16502) += mcp16502.o 94obj-$(CONFIG_REGULATOR_MP5416) += mp5416.o 95obj-$(CONFIG_REGULATOR_MP8859) += mp8859.o 96obj-$(CONFIG_REGULATOR_MP886X) += mp886x.o 97obj-$(CONFIG_REGULATOR_MPQ7920) += mpq7920.o --- 6 unchanged lines hidden (view full) --- 104obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o 105obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o 106obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o 107obj-$(CONFIG_REGULATOR_MT6370) += mt6370-regulator.o 108obj-$(CONFIG_REGULATOR_MT6380) += mt6380-regulator.o 109obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o 110obj-$(CONFIG_REGULATOR_MTK_DVFSRC) += mtk-dvfsrc-regulator.o 111obj-$(CONFIG_REGULATOR_QCOM_LABIBB) += qcom-labibb-regulator.o |
112obj-$(CONFIG_REGULATOR_QCOM_REFGEN) += qcom-refgen-regulator.o |
|
111obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o 112obj-$(CONFIG_REGULATOR_QCOM_RPMH) += qcom-rpmh-regulator.o 113obj-$(CONFIG_REGULATOR_QCOM_SMD_RPM) += qcom_smd-regulator.o 114obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o 115obj-$(CONFIG_REGULATOR_QCOM_USB_VBUS) += qcom_usb_vbus-regulator.o 116obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o 117obj-$(CONFIG_REGULATOR_PCA9450) += pca9450-regulator.o 118obj-$(CONFIG_REGULATOR_PF8X00) += pf8x00-regulator.o --- 77 unchanged lines hidden --- | 113obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o 114obj-$(CONFIG_REGULATOR_QCOM_RPMH) += qcom-rpmh-regulator.o 115obj-$(CONFIG_REGULATOR_QCOM_SMD_RPM) += qcom_smd-regulator.o 116obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o 117obj-$(CONFIG_REGULATOR_QCOM_USB_VBUS) += qcom_usb_vbus-regulator.o 118obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o 119obj-$(CONFIG_REGULATOR_PCA9450) += pca9450-regulator.o 120obj-$(CONFIG_REGULATOR_PF8X00) += pf8x00-regulator.o --- 77 unchanged lines hidden --- |