diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-18 08:38:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-25 12:01:15 +0000 |
commit | 03d14ccdf6c4ae56e3351ca828d9b1ac6467aea5 (patch) | |
tree | cd757ba44e8d6688171e0d6d01d218a480953623 /configs/vinco_defconfig | |
parent | 1d5686acfd6f6bc95352bdc41713d24d6a53792c (diff) | |
download | u-boot-03d14ccdf6c4ae56e3351ca828d9b1ac6467aea5.tar.gz |
Convert CONFIG_RMII to Kconfig
This converts the following to Kconfig:
CONFIG_RMII
Cc: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/vinco_defconfig')
-rw-r--r-- | configs/vinco_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/vinco_defconfig b/configs/vinco_defconfig index 85e9f62227a..2eb22829eeb 100644 --- a/configs/vinco_defconfig +++ b/configs/vinco_defconfig @@ -45,6 +45,7 @@ CONFIG_SPI_FLASH_STMICRO=y CONFIG_PHY_SMSC=y CONFIG_ETH_DESIGNWARE=y CONFIG_MACB=y +CONFIG_RMII=y CONFIG_ATMEL_USART=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y |