diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-07 22:59:35 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-12 14:18:16 -0500 |
commit | 45e19cf378ae67df1ff8b6bb25225b5e6de927d5 (patch) | |
tree | 9ec9a92b2fb5aa5a5a799e96390a0aadb8438dd2 | |
parent | b67f54b10b25f02ccae4b83c9618b62de89368af (diff) |
Convert CONFIG_BITBANGMII to Kconfig
This converts the following to Kconfig:
CONFIG_BITBANGMII
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | configs/r8a779a0_falcon_defconfig | 1 | ||||
-rw-r--r-- | include/configs/falcon.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/configs/r8a779a0_falcon_defconfig b/configs/r8a779a0_falcon_defconfig index cb21d3a5d30..bad55854223 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 67931febf84..d783faf180e 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 */ |