diff options
| author | Tom Rini <trini@konsulko.com> | 2021-11-07 22:59:48 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2021-11-12 14:18:17 -0500 |
| commit | b8475e6aca2f8ae3831bc195a89377fd737e221a (patch) | |
| tree | c03b82a12a12582ee52b36eb7407dee90d7fb728 /include/configs/corvus.h | |
| 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 'include/configs/corvus.h')
| -rw-r--r-- | include/configs/corvus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/corvus.h b/include/configs/corvus.h index f0e5bcefe39..882cb48ecaa 100644 --- a/include/configs/corvus.h +++ b/include/configs/corvus.h @@ -70,7 +70,6 @@ #endif /* Ethernet */ -#define CONFIG_MACB #define CONFIG_RMII #define CONFIG_NET_RETRY_COUNT 20 #define CONFIG_AT91_WANTS_COMMON_PHY |
