> From: Simon Glass <s...@chromium.org> > Date: Mon, 30 Jan 2023 07:40:49 -0700 > > This is implicitly used in the source and seems useful, so add it.
Not sure how this ended up with an "iommu" tag, but that seems wrong. > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > drivers/pinctrl/mvebu/Kconfig | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/pinctrl/mvebu/Kconfig b/drivers/pinctrl/mvebu/Kconfig > index 7c51d138c8b..0b2be88e3a1 100644 > --- a/drivers/pinctrl/mvebu/Kconfig > +++ b/drivers/pinctrl/mvebu/Kconfig > @@ -7,6 +7,10 @@ config PINCTRL_ARMADA_38X > Support pin multiplexing and pin configuration control on > Marvell's Armada-38x SoC. > > +config SPL_PINCTRL_ARMADA_38X > + def_bool n # Armada 38x pin control driver (SPL) > + depends on SPL && ARMADA_38X && SPL_PINCTRL_FULL > + > config PINCTRL_ARMADA_37XX > depends on ARMADA_3700 && PINCTRL_FULL > bool "Armada 37xx pin control driver" > -- > 2.39.1.456.gfc5497dd1b-goog > >