1# SPDX-License-Identifier: GPL-2.0-only 2# 3# ARM CPU Frequency scaling drivers 4# 5 6config ARM_ROCKCHIP_CPUFREQ 7 tristate "Rockchip CPUfreq driver" 8 depends on ARCH_ROCKCHIP && CPUFREQ_DT 9 select PM_OPP 10 help 11 This adds the CPUFreq driver support for Rockchip SoCs, 12 based on cpufreq-dt. 13 14 If in doubt, say N. 15