[PATCH 04/20] Convert CONFIG_BITBANGMII to Kconfig

Tom Rini trini at konsulko.com
Mon Nov 8 04:59:35 CET 2021


This converts the following to Kconfig:
   CONFIG_BITBANGMII

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 configs/r8a779a0_falcon_defconfig | 1 +
 include/configs/falcon.h          | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/r8a779a0_falcon_defconfig b/configs/r8a779a0_falcon_defconfig
index cb21d3a5d307..bad558542231 100644
--- a/configs/r8a779a0_falcon_defconfig
+++ b/configs/r8a779a0_falcon_defconfig
@@ -52,6 +52,7 @@ CONFIG_MTD=y
 CONFIG_DM_SPI_FLASH=y
 CONFIG_SPI_FLASH_SPANSION=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
+CONFIG_BITBANGMII=y
 CONFIG_PHY_MICREL=y
 CONFIG_PHY_MICREL_KSZ90X1=y
 CONFIG_DM_ETH=y
diff --git a/include/configs/falcon.h b/include/configs/falcon.h
index 67931febf84f..d783faf180e5 100644
--- a/include/configs/falcon.h
+++ b/include/configs/falcon.h
@@ -22,7 +22,6 @@
 #define GICR_BASE	0xF1060000
 
 /* Ethernet RAVB */
-#define CONFIG_BITBANGMII
 #define CONFIG_BITBANGMII_MULTI
 
 /* Board Clock */
-- 
2.25.1



More information about the U-Boot mailing list