diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-23 13:06:36 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-23 13:06:36 -0400 |
commit | a7fc1e12ad970c2c02b2728b23ae26008f55c9db (patch) | |
tree | 5989d61872cb217556a626ed1a9919edf283c810 /arch | |
parent | 2e6132d835631946b7a67dedd8f5bc902304b0f9 (diff) |
Convert CONFIG_NETCONSOLE to Kconfig
This converts the following to Kconfig:
CONFIG_NETCONSOLE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-kirkwood/include/mach/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/include/mach/config.h b/arch/arm/mach-kirkwood/include/mach/config.h index beedc125b6..3bd032e087 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 */ |