projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ae3cf
)
ARM: sunxi: Select PM_OPP
author
Maxime Ripard
<
[email protected]
>
Thu, 9 Feb 2017 16:39:21 +0000
(17:39 +0100)
committer
Maxime Ripard
<
[email protected]
>
Mon, 6 Mar 2017 06:37:41 +0000
(07:37 +0100)
Device frequency scaling is implemented through devfreq in the kernel,
which requires CONFIG_PM_OPP.
Let's select it.
Signed-off-by: Maxime Ripard <
[email protected]
>
arch/arm/mach-sunxi/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-sunxi/Kconfig
b/arch/arm/mach-sunxi/Kconfig
index b9863f9a35fae9eedaa053c13d505a6d2d6dee04..58153cdf025b80580a3d865a8b3bd3d2093a93e4 100644
(file)
--- a/
arch/arm/mach-sunxi/Kconfig
+++ b/
arch/arm/mach-sunxi/Kconfig
@@
-6,6
+6,7
@@
menuconfig ARCH_SUNXI
select GENERIC_IRQ_CHIP
select GPIOLIB
select PINCTRL
+ select PM_OPP
select SUN4I_TIMER
select RESET_CONTROLLER