From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Liang Date: Mon, 8 Mar 2021 14:29:40 +0800 Subject: [PATCH 4/5] pinctrl: K210_PINCTRL depends on REGMAP and on SYSCON In-Reply-To: <20210304170051.58993-5-xypron.glpk@gmx.de> References: <20210304170051.58993-1-xypron.glpk@gmx.de> <20210304170051.58993-5-xypron.glpk@gmx.de> Message-ID: <20210308062940.GB15469@andestech.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Mar 04, 2021 at 05:00:50PM +0000, Heinrich Schuchardt wrote: > Select missing Kconfig dependencies. > > Signed-off-by: Heinrich Schuchardt > --- > drivers/pinctrl/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig > index 77fb851114..2a859ab5d0 100644 > --- a/drivers/pinctrl/Kconfig > +++ b/drivers/pinctrl/Kconfig > @@ -294,6 +294,8 @@ config ASPEED_AST2500_PINCTRL > config PINCTRL_K210 > bool "Kendryte K210 Fully-Programmable Input/Output Array driver" > depends on DM && PINCTRL_GENERIC > + select REGMAP > + select SYSCON > help > Support pin multiplexing on the K210. The "FPIOA" can remap any > supported function to any multifunctional IO pin. It can also perform > -- > 2.30.1 > Reviewed-by: Leo Yu-Chi Liang