Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: sunxi: Select PM_OPP

Device frequency scaling is implemented through devfreq in the kernel,
which requires CONFIG_PM_OPP.

Let's select it.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

+1
+1
arch/arm/mach-sunxi/Kconfig
··· 6 6 select GENERIC_IRQ_CHIP 7 7 select GPIOLIB 8 8 select PINCTRL 9 + select PM_OPP 9 10 select SUN4I_TIMER 10 11 select RESET_CONTROLLER 11 12