]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/devfreq/Makefile
PM / devfreq: event: Add devfreq_event class
[mirror_ubuntu-bionic-kernel.git] / drivers / devfreq / Makefile
CommitLineData
a3c98b8b 1obj-$(CONFIG_PM_DEVFREQ) += devfreq.o
ce26c5bb
MH
2obj-$(CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND) += governor_simpleondemand.o
3obj-$(CONFIG_DEVFREQ_GOV_PERFORMANCE) += governor_performance.o
4obj-$(CONFIG_DEVFREQ_GOV_POWERSAVE) += governor_powersave.o
5obj-$(CONFIG_DEVFREQ_GOV_USERSPACE) += governor_userspace.o
7b405038
MH
6
7# DEVFREQ Drivers
537eb8e2 8obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos/
6ccce699 9obj-$(CONFIG_ARM_EXYNOS5_BUS_DEVFREQ) += exynos/
6234f380 10obj-$(CONFIG_ARM_TEGRA_DEVFREQ) += tegra-devfreq.o
f262f28c
CC
11
12# DEVFREQ Event Drivers
13obj-$(CONFIG_PM_DEVFREQ_EVENT) += event/