summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-26 15:06:17 -0400
committerTom Rini <trini@konsulko.com>2020-06-04 18:10:02 -0400
commitd16c9d0b3729b1b120caa1b9836660c3bbcd7b87 (patch)
tree0c2d50dfa369287b9a0014074afef1fb60e87c39 /README
parentf03af6e299d2da326d6a740c4fae70de6c313153 (diff)
Convert CONFIG_BZIP2 et al to Kconfig
This converts the following to Kconfig: CONFIG_BZIP2 CONFIG_GZIP CONFIG_LZO CONFIG_ZLIB CONFIG_LZMA CONFIG_LZO Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 0 insertions, 15 deletions
diff --git a/README b/README
index 17dc0ee33b..aefdfe4f6b 100644
--- a/README
+++ b/README
@@ -1330,21 +1330,6 @@ The following options need to be configured:
can be displayed via the splashscreen support or the
bmp command.
-- Compression support:
- CONFIG_GZIP
-
- Enabled by default to support gzip compressed images.
-
- CONFIG_BZIP2
-
- If this option is set, support for bzip2 compressed
- images is included. If not, only uncompressed and gzip
- compressed images are supported.
-
- NOTE: the bzip2 algorithm requires a lot of RAM, so
- the malloc area (as defined by CONFIG_SYS_MALLOC_LEN) should
- be at least 4MB.
-
- MII/PHY support:
CONFIG_PHY_CLOCK_FREQ (ppc4xx)