[PATCH 4/5] pinctrl: K210_PINCTRL depends on REGMAP and on SYSCON

Leo Liang ycliang at andestech.com
Mon Mar 8 07:29:40 CET 2021


On Thu, Mar 04, 2021 at 05:00:50PM +0000, Heinrich Schuchardt wrote:
> Select missing Kconfig dependencies.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  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 <ycliang at andestech.com>


More information about the U-Boot mailing list