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

Commit e9246c87 authored by Antoine Tenart's avatar Antoine Tenart Committed by Sebastian Hesselbarth
Browse files

ARM: Berlin: select the reset controller



The Marvell Berlin SoCs now has a reset controller. Add the needed
configuration. While at it reorder Kconfigs alphabetically.

Signed-off-by: default avatarAntoine Ténart <antoine.tenart@free-electrons.com>
Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
parent f114040e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
menuconfig ARCH_BERLIN
	bool "Marvell Berlin SoCs" if ARCH_MULTI_V7
	select ARCH_HAS_RESET_CONTROLLER
	select ARCH_REQUIRE_GPIOLIB
	select ARM_GIC
	select GENERIC_IRQ_CHIP
	select DW_APB_ICTL
	select DW_APB_TIMER_OF
	select GENERIC_IRQ_CHIP
	select PINCTRL
	select RESET_CONTROLLER

if ARCH_BERLIN