mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 09:13:20 -05:00
PM / devfreq: tegra: Enable COMPILE_TEST for the driver
The driver's compilation doesn't have any specific dependencies, hence the COMPILE_TEST option can be supported in Kconfig. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
This commit is contained in:
parent
1ac3474885
commit
35f8dbc727
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@ config ARM_TEGRA_DEVFREQ
|
||||||
tristate "NVIDIA Tegra30/114/124/210 DEVFREQ Driver"
|
tristate "NVIDIA Tegra30/114/124/210 DEVFREQ Driver"
|
||||||
depends on ARCH_TEGRA_3x_SOC || ARCH_TEGRA_114_SOC || \
|
depends on ARCH_TEGRA_3x_SOC || ARCH_TEGRA_114_SOC || \
|
||||||
ARCH_TEGRA_132_SOC || ARCH_TEGRA_124_SOC || \
|
ARCH_TEGRA_132_SOC || ARCH_TEGRA_124_SOC || \
|
||||||
ARCH_TEGRA_210_SOC
|
ARCH_TEGRA_210_SOC || \
|
||||||
|
COMPILE_TEST
|
||||||
select PM_OPP
|
select PM_OPP
|
||||||
help
|
help
|
||||||
This adds the DEVFREQ driver for the Tegra family of SoCs.
|
This adds the DEVFREQ driver for the Tegra family of SoCs.
|
||||||
|
|
Loading…
Add table
Reference in a new issue