Skip to content

Commit

Permalink
ARM: sunxi: Select PM_OPP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maxime Ripard committed Mar 6, 2017
1 parent c1ae3cf commit 202fc71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-sunxi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ menuconfig ARCH_SUNXI
select GENERIC_IRQ_CHIP
select GPIOLIB
select PINCTRL
select PM_OPP
select SUN4I_TIMER
select RESET_CONTROLLER

Expand Down

0 comments on commit 202fc71

Please sign in to comment.