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

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

ARM: berlin: select MFD_SYSCON by default



The chip and system controller nodes handle sub-devices, such as the
clock, pinctrl or reset controllers. The drivers handling them need a
regmap provided by syscon. Select it by default when using a Berlin SoC.

Signed-off-by: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
parent 48f1a9a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -6,6 +6,7 @@ menuconfig ARCH_BERLIN
	select DW_APB_ICTL
	select DW_APB_ICTL
	select DW_APB_TIMER_OF
	select DW_APB_TIMER_OF
	select GENERIC_IRQ_CHIP
	select GENERIC_IRQ_CHIP
	select MFD_SYSCON
	select PINCTRL
	select PINCTRL


if ARCH_BERLIN
if ARCH_BERLIN