diff options
author | Simon Glass | 2021-12-18 11:27:49 -0700 |
---|---|---|
committer | Tom Rini | 2022-01-21 14:01:34 -0500 |
commit | 4b37fd146bb86b72f52b97386602ae58727b09fc (patch) | |
tree | 578d5b4efd797c908d38a6faa3bd2daa1e25f57d /configs/M5329AFEE_defconfig | |
parent | 3df6cd4d63678065ce82637d995ed3170e9e56cd (diff) |
Convert CONFIG_UDP_CHECKSUM to Kconfig
This converts the following to Kconfig:
CONFIG_UDP_CHECKSUM
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/M5329AFEE_defconfig')
-rw-r--r-- | configs/M5329AFEE_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/M5329AFEE_defconfig b/configs/M5329AFEE_defconfig index 8a7a2d64f54..a6896650b19 100644 --- a/configs/M5329AFEE_defconfig +++ b/configs/M5329AFEE_defconfig @@ -22,6 +22,7 @@ CONFIG_CMD_CACHE=y CONFIG_CMD_DATE=y CONFIG_ENV_ADDR=0x4000 CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_UDP_CHECKSUM=y CONFIG_SYS_I2C_LEGACY=y CONFIG_SYS_I2C_FSL=y CONFIG_SYS_FSL_I2C_OFFSET=0x58000 |