diff options
author | Tom Rini | 2021-11-07 22:59:48 -0500 |
---|---|---|
committer | Tom Rini | 2021-11-12 14:18:17 -0500 |
commit | b8475e6aca2f8ae3831bc195a89377fd737e221a (patch) | |
tree | c03b82a12a12582ee52b36eb7407dee90d7fb728 /configs/snapper9g20_defconfig | |
parent | dfb34d0d4a45e65fc2fa7b68bcc122c00a2a690e (diff) |
Convert CONFIG_MACB to Kconfig
This converts the following to Kconfig:
CONFIG_MACB
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/snapper9g20_defconfig')
-rw-r--r-- | configs/snapper9g20_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/snapper9g20_defconfig b/configs/snapper9g20_defconfig index a905359eb8c..3674c8f2c6f 100644 --- a/configs/snapper9g20_defconfig +++ b/configs/snapper9g20_defconfig @@ -27,6 +27,7 @@ CONFIG_CMD_NAND=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y +# CONFIG_CMD_MDIO is not set CONFIG_CMD_PING=y CONFIG_CMD_FAT=y CONFIG_ENV_OVERWRITE=y @@ -43,4 +44,5 @@ CONFIG_MTD=y CONFIG_MTD_RAW_NAND=y # CONFIG_SYS_NAND_USE_FLASH_BBT is not set CONFIG_NAND_ATMEL=y +CONFIG_MACB=y CONFIG_ATMEL_USART=y |