diff options
| author | Tom Rini <[email protected]> | 2024-12-12 21:07:26 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-12 21:07:26 -0600 |
| commit | a33185173dce550d6ecb96b7fa625bb5e2183d66 (patch) | |
| tree | add17fdeadcdddc9eb7922c7c09486027812df40 /lib/Kconfig | |
| parent | 1fdf53ace13f745fe8ad4d2d4e79eed98088d555 (diff) | |
Revert "Merge patch series "vbe: Series part E""
This reverts commit 1fdf53ace13f745fe8ad4d2d4e79eed98088d555, reversing
changes made to e5aef1bbf11412eebd4c242b46adff5301353c30.
I had missed that this caused too much size growth on rcar3_salvator-x.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'lib/Kconfig')
| -rw-r--r-- | lib/Kconfig | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 8f1a96d98c4..0b089814d14 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -728,24 +728,6 @@ config SPL_CRC8 checksum with feedback to produce an 8-bit result. The code is small and it does not require a lookup table (unlike CRC32). -config TPL_CRC8 - bool "Support CRC8 in TPL" - depends on TPL - help - Enables CRC8 support in TPL. This is not normally required. CRC8 is - a simple and fast checksumming algorithm which does a bytewise - checksum with feedback to produce an 8-bit result. The code is small - and it does not require a lookup table (unlike CRC32). - -config VPL_CRC8 - bool "Support CRC8 in VPL" - depends on VPL - help - Enables CRC8 support in VPL. This is not normally required. CRC8 is - a simple and fast checksumming algorithm which does a bytewise - checksum with feedback to produce an 8-bit result. The code is small - and it does not require a lookup table (unlike CRC32). - config SPL_CRC16 bool "Support CRC16 in SPL" depends on SPL @@ -859,36 +841,12 @@ config SPL_LZ4 fast compression and decompression speed. It belongs to the LZ77 family of byte-oriented compression schemes. -config TPL_LZ4 - bool "Enable LZ4 decompression support in TPL" - depends on TPL - help - This enables support for the LZ4 decompression algorithm in TPL. LZ4 - is a lossless data compression algorithm that is focused on - fast compression and decompression speed. It belongs to the LZ77 - family of byte-oriented compression schemes. - -config VPL_LZ4 - bool "Enable LZ4 decompression support in VPL" - depends on VPL - help - This enables support for the LZ4 decompression algorithm in VPL. LZ4 - is a lossless data compression algorithm that is focused on - fast compression and decompression speed. It belongs to the LZ77 - family of byte-oriented compression schemes. - config SPL_LZMA bool "Enable LZMA decompression support for SPL build" depends on SPL help This enables support for LZMA compression algorithm for SPL boot. -config TPL_LZMA - bool "Enable LZMA decompression support for TPL build" - depends on TPL - help - This enables support for LZMA compression algorithm for TPL boot. - config VPL_LZMA bool "Enable LZMA decompression support for VPL build" default y if LZMA @@ -907,22 +865,11 @@ config SPL_GZIP help This enables support for the GZIP compression algorithm for SPL boot. -config TPL_GZIP - bool "Enable gzip decompression support for SPL build" - select TPL_ZLIB - help - This enables support for the GZIP compression algorithm for TPL - config SPL_ZLIB bool help This enables compression lib for SPL boot. -config TPL_ZLIB - bool - help - This enables compression lib for TPL - config SPL_ZSTD bool "Enable Zstandard decompression support in SPL" depends on SPL |
