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/socfpga_stratix10_socdk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/socfpga_stratix10_socdk.h') diff --git a/include/configs/socfpga_stratix10_socdk.h b/include/configs/socfpga_stratix10_socdk.h index ba81f3e190..b58f478004 100644 --- a/include/configs/socfpga_stratix10_socdk.h +++ b/include/configs/socfpga_stratix10_socdk.h @@ -165,7 +165,6 @@ unsigned int cm_get_qspi_controller_clk_hz(void); /* Ethernet on SoC (EMAC) */ #if defined(CONFIG_CMD_NET) #define CONFIG_DW_ALTDESCRIPTOR -#define CONFIG_MII #endif /* CONFIG_CMD_NET */ /* -- cgit