cpufreq: Move CPPC configs to common Kconfig and add RISC-V
authorSunil V L <sunilvl@ventanamicro.com>
Thu, 8 Feb 2024 03:44:13 +0000 (09:14 +0530)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 20 Mar 2024 01:30:55 +0000 (18:30 -0700)
commit7ee1378736f09fceef95d2c9122d2cff14a375da
treeb39faf5030637ba07eec3b282eeac9cf1963deb0
parent30f3ffbee86b576705aabdd9093165a49cd66011
cpufreq: Move CPPC configs to common Kconfig and add RISC-V

CPPC related config options are currently defined only in ARM specific
file. However, they are required for RISC-V as well. Instead of creating
a new Kconfig.riscv file and duplicating them, move them to the common
Kconfig file and enable RISC-V too.

Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Pierre Gondois <pierre.gondois@arm.com>
Acked-by: Rafael J. Wysocki <rafael@kernel.org>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Link: https://lore.kernel.org/r/20240208034414.22579-3-sunilvl@ventanamicro.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
drivers/cpufreq/Kconfig
drivers/cpufreq/Kconfig.arm