From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Thu, 4 Mar 2021 17:00:50 +0000 Subject: [PATCH 4/5] pinctrl: K210_PINCTRL depends on REGMAP and on SYSCON In-Reply-To: <20210304170051.58993-1-xypron.glpk@gmx.de> References: <20210304170051.58993-1-xypron.glpk@gmx.de> Message-ID: <20210304170051.58993-5-xypron.glpk@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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