On 03/11/2018 06:41 PM, Hauke Mehrtens wrote: > From: Mathias Kresin <dev@xxxxxxxxx> > > Enable syscon to use it for the RCU MFD on Amazon SE as well. > > Fixes: 2b6639d4c794 ("MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD") > Signed-off-by: Mathias Kresin <dev@xxxxxxxxx> Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> > --- > arch/mips/lantiq/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/mips/lantiq/Kconfig b/arch/mips/lantiq/Kconfig > index 692ae85a3e3d..8e3a1fc2bc39 100644 > --- a/arch/mips/lantiq/Kconfig > +++ b/arch/mips/lantiq/Kconfig > @@ -13,6 +13,8 @@ choice > config SOC_AMAZON_SE > bool "Amazon SE" > select SOC_TYPE_XWAY > + select MFD_SYSCON > + select MFD_CORE > > config SOC_XWAY > bool "XWAY" >