From 2e6260462b5e4014169ad5b52b0931ea82649c7f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:18:36 -0600 Subject: Convert CONFIG_SPL_ETH_SUPPORT to Kconfig Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass --- include/configs/rut.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/rut.h') diff --git a/include/configs/rut.h b/include/configs/rut.h index aea8e217d0..5e5af035f9 100644 --- a/include/configs/rut.h +++ b/include/configs/rut.h @@ -39,7 +39,6 @@ #undef CONFIG_SPL_NET_SUPPORT #undef CONFIG_SPL_NET_VCI_STRING -#undef CONFIG_SPL_ETH_SUPPORT #define CONFIG_PHY_NATSEMI -- cgit