xref: /kernel/linux/linux-5.10/drivers/devfreq/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/devfreq/
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ciobj-$(CONFIG_PM_DEVFREQ)	+= devfreq.o
38c2ecf20Sopenharmony_ciobj-$(CONFIG_PM_DEVFREQ_EVENT)	+= devfreq-event.o
48c2ecf20Sopenharmony_ciobj-$(CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND)	+= governor_simpleondemand.o
58c2ecf20Sopenharmony_ciobj-$(CONFIG_DEVFREQ_GOV_PERFORMANCE)	+= governor_performance.o
68c2ecf20Sopenharmony_ciobj-$(CONFIG_DEVFREQ_GOV_POWERSAVE)	+= governor_powersave.o
78c2ecf20Sopenharmony_ciobj-$(CONFIG_DEVFREQ_GOV_USERSPACE)	+= governor_userspace.o
88c2ecf20Sopenharmony_ciobj-$(CONFIG_DEVFREQ_GOV_PASSIVE)	+= governor_passive.o
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci# DEVFREQ Drivers
118c2ecf20Sopenharmony_ciobj-$(CONFIG_ARM_EXYNOS_BUS_DEVFREQ)	+= exynos-bus.o
128c2ecf20Sopenharmony_ciobj-$(CONFIG_ARM_IMX_BUS_DEVFREQ)	+= imx-bus.o
138c2ecf20Sopenharmony_ciobj-$(CONFIG_ARM_IMX8M_DDRC_DEVFREQ)	+= imx8m-ddrc.o
148c2ecf20Sopenharmony_ciobj-$(CONFIG_ARM_RK3399_DMC_DEVFREQ)	+= rk3399_dmc.o
158c2ecf20Sopenharmony_ciobj-$(CONFIG_ARM_TEGRA_DEVFREQ)		+= tegra30-devfreq.o
168c2ecf20Sopenharmony_ciobj-$(CONFIG_ARM_TEGRA20_DEVFREQ)	+= tegra20-devfreq.o
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci# DEVFREQ Event Drivers
198c2ecf20Sopenharmony_ciobj-$(CONFIG_PM_DEVFREQ_EVENT)		+= event/
20

Indexes created Thu Nov 07 10:32:03 CST 2024