diff options
| author | Tom Rini <[email protected]> | 2022-03-18 08:38:21 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-25 12:01:15 +0000 |
| commit | 1d5686acfd6f6bc95352bdc41713d24d6a53792c (patch) | |
| tree | 54d55df0be6bde74d95abd16622b704586b8f51e /configs/eb_cpu5282_internal_defconfig | |
| 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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/eb_cpu5282_internal_defconfig')
| -rw-r--r-- | configs/eb_cpu5282_internal_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/eb_cpu5282_internal_defconfig b/configs/eb_cpu5282_internal_defconfig index 240bb0072b2..a91d578690b 100644 --- a/configs/eb_cpu5282_internal_defconfig +++ b/configs/eb_cpu5282_internal_defconfig @@ -24,6 +24,7 @@ CONFIG_BOOTP_BOOTFILESIZE=y CONFIG_CMD_MII=y CONFIG_CMD_DATE=y CONFIG_ENV_ADDR=0xFF040000 +CONFIG_SYS_FAULT_ECHO_LINK_DOWN=y CONFIG_SYS_I2C_LEGACY=y CONFIG_SYS_I2C_FSL=y CONFIG_SYS_FSL_I2C_OFFSET=0x300 |
