11 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3obj-$(CONFIG_PMIC_OPREGION) += intel_pmic.o4obj-$(CONFIG_BYTCRC_PMIC_OPREGION) += intel_pmic_bytcrc.o5obj-$(CONFIG_CHTCRC_PMIC_OPREGION) += intel_pmic_chtcrc.o6obj-$(CONFIG_XPOWER_PMIC_OPREGION) += intel_pmic_xpower.o7obj-$(CONFIG_BXT_WC_PMIC_OPREGION) += intel_pmic_bxtwc.o8obj-$(CONFIG_CHT_WC_PMIC_OPREGION) += intel_pmic_chtwc.o9obj-$(CONFIG_CHT_DC_TI_PMIC_OPREGION) += intel_pmic_chtdc_ti.o10obj-$(CONFIG_TPS68470_PMIC_OPREGION) += tps68470_pmic.o11