From a7fc1e12ad970c2c02b2728b23ae26008f55c9db Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 23 Aug 2020 13:06:36 -0400 Subject: Convert CONFIG_NETCONSOLE to Kconfig This converts the following to Kconfig: CONFIG_NETCONSOLE Signed-off-by: Tom Rini --- arch/arm/mach-kirkwood/include/mach/config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-kirkwood') diff --git a/arch/arm/mach-kirkwood/include/mach/config.h b/arch/arm/mach-kirkwood/include/mach/config.h index beedc12..3bd032e 100644 --- a/arch/arm/mach-kirkwood/include/mach/config.h +++ b/arch/arm/mach-kirkwood/include/mach/config.h @@ -58,7 +58,6 @@ * Ethernet Driver configuration */ #ifdef CONFIG_CMD_NET -#define CONFIG_NETCONSOLE /* include NetConsole support */ #define CONFIG_SYS_FAULT_ECHO_LINK_DOWN /* detect link using phy */ #define CONFIG_RESET_PHY_R /* use reset_phy() to init mv8831116 PHY */ #endif /* CONFIG_CMD_NET */ -- cgit v1.1