From d7869b2183d2b786e5410b97a5a6b2e630e7825e Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Fri, 20 Jul 2018 23:03:57 -0500 Subject: Convert CONFIG_MII et al to Kconfig This converts the following to Kconfig: CONFIG_MII CONFIG_DRIVER_TI_EMAC Signed-off-by: Adam Ford Acked-by: Jagan Teki Acked-by: Joe Hershberger --- include/configs/xpedite517x.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/xpedite517x.h') diff --git a/include/configs/xpedite517x.h b/include/configs/xpedite517x.h index e9ef46050e..4816bf5fef 100644 --- a/include/configs/xpedite517x.h +++ b/include/configs/xpedite517x.h @@ -296,7 +296,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); /* * Networking options */ -#define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_ETHPRIME "eTSEC1" #define CONFIG_TSEC1 1 -- cgit