diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2016-09-14 00:22:25 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-09-14 17:06:38 -0400 |
commit | 290128ac139310e6d1fe47c023978907f2324f14 (patch) | |
tree | 57347820d1e017607bf994e41e418bd5e8081ee9 | |
parent | e41f323ab0e2fec843ab03219f1454dd9147dfcd (diff) |
partial revert of "PM / devfreq: Add COMPILE_TEST for build coverage"
This reverts the Tegra part of commit 797da5598f3a (PM / devfreq: Add
COMPILE_TEST for build coverage) that introduced a build failute in
in linux-next.
[ rjw: Changelog ]
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | drivers/devfreq/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index cadd56e50b2c..93b6ada06676 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig | |||
@@ -92,7 +92,7 @@ config ARM_EXYNOS_BUS_DEVFREQ | |||
92 | 92 | ||
93 | config ARM_TEGRA_DEVFREQ | 93 | config ARM_TEGRA_DEVFREQ |
94 | tristate "Tegra DEVFREQ Driver" | 94 | tristate "Tegra DEVFREQ Driver" |
95 | depends on ARCH_TEGRA_124_SOC || COMPILE_TEST | 95 | depends on ARCH_TEGRA_124_SOC |
96 | select DEVFREQ_GOV_SIMPLE_ONDEMAND | 96 | select DEVFREQ_GOV_SIMPLE_ONDEMAND |
97 | select PM_OPP | 97 | select PM_OPP |
98 | help | 98 | help |