Skip to content

Commit 04a24a7

Browse files
Marc Zyngiergregkh
authored andcommitted
arm64: rockchip: Force CONFIG_PM on Rockchip systems
[ Upstream commit 7db7a8f ] A number of the Rockchip-specific drivers (IOMMU, display controllers) are now assuming that CONFIG_PM is set, and may completely misbehave if that's not the case. Since there is hardly any reason for this configuration option not to be selected anyway, let's require it (in the same way Tegra already does). Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Sasha Levin <alexander.levin@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1249b61 commit 04a24a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/Kconfig.platforms

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ config ARCH_ROCKCHIP
125125
select GPIOLIB
126126
select PINCTRL
127127
select PINCTRL_ROCKCHIP
128+
select PM
128129
select ROCKCHIP_TIMER
129130
help
130131
This enables support for the ARMv8 based Rockchip chipsets,

0 commit comments

Comments
 (0)