diff options
author | Tom Rini | 2022-03-18 08:38:21 -0400 |
---|---|---|
committer | Tom Rini | 2022-03-25 12:01:15 +0000 |
commit | 1d5686acfd6f6bc95352bdc41713d24d6a53792c (patch) | |
tree | 54d55df0be6bde74d95abd16622b704586b8f51e /arch/arm/mach-kirkwood | |
parent | 29cc2b542d9f4f4c811516b9fdbe4ba3018c6463 (diff) |
Convert CONFIG_SYS_FAULT_ECHO_LINK_DOWN to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FAULT_ECHO_LINK_DOWN
Cc: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-kirkwood')
-rw-r--r-- | arch/arm/mach-kirkwood/include/mach/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-kirkwood/include/mach/config.h b/arch/arm/mach-kirkwood/include/mach/config.h index e629a30ee77..7810cf22d4e 100644 --- a/arch/arm/mach-kirkwood/include/mach/config.h +++ b/arch/arm/mach-kirkwood/include/mach/config.h @@ -46,13 +46,6 @@ #endif /* - * Ethernet Driver configuration - */ -#ifdef CONFIG_CMD_NET -#define CONFIG_SYS_FAULT_ECHO_LINK_DOWN /* detect link using phy */ -#endif /* CONFIG_CMD_NET */ - -/* * IDE Support on SATA ports */ #ifdef CONFIG_IDE |