diff options
author | Simon Glass <sjg@chromium.org> | 2021-12-18 11:27:49 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-21 14:01:34 -0500 |
commit | 4b37fd146bb86b72f52b97386602ae58727b09fc (patch) | |
tree | 578d5b4efd797c908d38a6faa3bd2daa1e25f57d /scripts | |
parent | 3df6cd4d63678065ce82637d995ed3170e9e56cd (diff) | |
download | u-boot-4b37fd146bb86b72f52b97386602ae58727b09fc.zip u-boot-4b37fd146bb86b72f52b97386602ae58727b09fc.tar.gz u-boot-4b37fd146bb86b72f52b97386602ae58727b09fc.tar.bz2 |
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 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index f67f6eb..fa24254 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -2087,7 +2087,6 @@ CONFIG_UBI_SIZE CONFIG_UBOOTPATH CONFIG_UBOOT_SECTOR_COUNT CONFIG_UBOOT_SECTOR_START -CONFIG_UDP_CHECKSUM CONFIG_UEC_ETH CONFIG_UEC_ETH2 CONFIG_UPDATEB |