Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1577775
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 7/8] ARM: sunxi: Select PM_OPP |
| Date | 2017-02-09 17:50 +0100 |
| Message-ID | <t904X-5k-47@gated-at.bofh.it> (permalink) |
| References | <t904V-5k-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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> --- arch/arm/mach-sunxi/Kconfig | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index b9863f9a35fa..58153cdf025b 100644 --- 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 -- git-series 0.8.11
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/8] ARM: sun8i: a33: Mali improvements Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-02-09 17:50 +0100 [PATCH 1/8] ARM: sun8i: Fix the mali clock rate Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-02-09 17:50 +0100 [PATCH 7/8] ARM: sunxi: Select PM_OPP Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-02-09 17:50 +0100
csiph-web