Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fe69496 authored by Heiko Stübner's avatar Heiko Stübner Committed by Mike Turquette
Browse files

ARM: rockchip: Select ARCH_HAS_RESET_CONTROLLER



All known Rockchip SoCs have a reset controller in their CRUs, so it's
helpful to have the reset controller framework selected by default,
only be deselected by the user in special cases.

Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Acked-By: default avatarMax Schwarz <max.schwarz@online.de>
Tested-By: default avatarMax Schwarz <max.schwarz@online.de>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent b9e4ba54
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2,6 +2,7 @@ config ARCH_ROCKCHIP
	bool "Rockchip RK2928 and RK3xxx SOCs" if ARCH_MULTI_V7
	bool "Rockchip RK2928 and RK3xxx SOCs" if ARCH_MULTI_V7
	select PINCTRL
	select PINCTRL
	select PINCTRL_ROCKCHIP
	select PINCTRL_ROCKCHIP
	select ARCH_HAS_RESET_CONTROLLER
	select ARCH_REQUIRE_GPIOLIB
	select ARCH_REQUIRE_GPIOLIB
	select ARM_GIC
	select ARM_GIC
	select CACHE_L2X0
	select CACHE_L2X0