From: Guodong Xu Date: Wed, 27 May 2026 02:45:44 +0000 (-0400) Subject: configs: bananapi-f3: enable Spacemit K1 clock driver X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9994e6123114b49596de7feb06020bd96950e1d2;p=thirdparty%2Fu-boot.git configs: bananapi-f3: enable Spacemit K1 clock driver Enable CLK_SPACEMIT and CLK_SPACEMIT_K1 to compile in the K1 per-syscon clock drivers. Signed-off-by: Guodong Xu --- diff --git a/configs/bananapi-f3_defconfig b/configs/bananapi-f3_defconfig index a726ce84775..9f9424adc9f 100644 --- a/configs/bananapi-f3_defconfig +++ b/configs/bananapi-f3_defconfig @@ -17,6 +17,8 @@ CONFIG_SYS_PBSIZE=276 # CONFIG_BOARD_INIT is not set CONFIG_HUSH_PARSER=y CONFIG_ENV_OVERWRITE=y +CONFIG_CLK_SPACEMIT=y +CONFIG_CLK_SPACEMIT_K1=y CONFIG_PINCTRL=y CONFIG_PINCTRL_SINGLE=y CONFIG_RESET_SPACEMIT_K1=y