From: Michael Chang Date: Fri, 17 Jan 2025 10:45:39 +0000 (+0800) Subject: ARM: configs: nuvoton: add bitbang feature for npcm8xx. X-Git-Tag: v2025.04-rc1~18^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a78ab770633ece27e86e537aec9f5c3878efa7a4;p=pandora-u-boot.git ARM: configs: nuvoton: add bitbang feature for npcm8xx. Enable bitbang and multiple bitbang feature for npcm8xx platform. Signed-off-by: Jim Liu Signed-off-by: Michael Chang --- diff --git a/configs/arbel_evb_defconfig b/configs/arbel_evb_defconfig index 4a58146e614..c93fa34eb57 100644 --- a/configs/arbel_evb_defconfig +++ b/configs/arbel_evb_defconfig @@ -80,6 +80,10 @@ CONFIG_PINCTRL=y CONFIG_PINCONF=y CONFIG_PINCTRL_NPCM8XX=y CONFIG_DM_REGULATOR=y +CONFIG_BITBANGMII=y +CONFIG_BITBANGMII_MULTI=y +CONFIG_PHY_ADDR_ENABLE=y +CONFIG_PHY_ADDR=0 CONFIG_DM_REGULATOR_NPCM8XX=y CONFIG_RNG_NPCM=y CONFIG_DM_SERIAL=y