commit | e09aab115123abb1b7222e50be5e86b4e48bb5d4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Mar 18 08:38:22 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 25 12:01:15 2022 +0000 |
tree | cd757ba44e8d6688171e0d6d01d218a480953623 | |
parent | 97b04182c1a56b4e984802df4371c3672b50cf8c [diff] [blame] |
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>
diff --git a/configs/snapper9260_defconfig b/configs/snapper9260_defconfig index 33b2f14..76b51d9 100644 --- a/configs/snapper9260_defconfig +++ b/configs/snapper9260_defconfig
@@ -50,4 +50,5 @@ # CONFIG_SYS_NAND_USE_FLASH_BBT is not set CONFIG_NAND_ATMEL=y CONFIG_MACB=y +CONFIG_RMII=y CONFIG_ATMEL_USART=y