mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 08:35:08 +08:00
2e3ee090cd
CONFIG_SAMSUNG_PM_DEBUG was only used on s3c24xx because of the DEBUG_S3C24XX_UART dependency. Since s3c24xx is now gone, and nobody ever noticed this option being missing from s3c64xx, it can be safely removed as well. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
17 lines
546 B
Makefile
17 lines
546 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_EXYNOS_ASV_ARM) += exynos5422-asv.o
|
|
obj-$(CONFIG_EXYNOS_CHIPID) += exynos_chipid.o
|
|
exynos_chipid-y += exynos-chipid.o exynos-asv.o
|
|
|
|
obj-$(CONFIG_EXYNOS_USI) += exynos-usi.o
|
|
|
|
obj-$(CONFIG_EXYNOS_PMU) += exynos-pmu.o
|
|
|
|
obj-$(CONFIG_EXYNOS_PMU_ARM_DRIVERS) += exynos3250-pmu.o exynos4-pmu.o \
|
|
exynos5250-pmu.o exynos5420-pmu.o
|
|
obj-$(CONFIG_EXYNOS_PM_DOMAINS) += pm_domains.o
|
|
obj-$(CONFIG_EXYNOS_REGULATOR_COUPLER) += exynos-regulator-coupler.o
|
|
|
|
obj-$(CONFIG_SAMSUNG_PM_CHECK) += s3c-pm-check.o
|