From b8475e6aca2f8ae3831bc195a89377fd737e221a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 7 Nov 2021 22:59:48 -0500 Subject: Convert CONFIG_MACB to Kconfig This converts the following to Kconfig: CONFIG_MACB Signed-off-by: Tom Rini --- include/configs/smartweb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/smartweb.h') diff --git a/include/configs/smartweb.h b/include/configs/smartweb.h index f43304d..7ce3aea 100644 --- a/include/configs/smartweb.h +++ b/include/configs/smartweb.h @@ -85,7 +85,6 @@ * Ethernet configuration * */ -#define CONFIG_MACB #define CONFIG_RMII /* use reduced MII inteface */ #define CONFIG_NET_RETRY_COUNT 20 /* # of DHCP/BOOTP retries */ #define CONFIG_AT91_WANTS_COMMON_PHY -- cgit v1.1