diff options
| author | Tom Rini <[email protected]> | 2020-05-26 15:06:17 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-06-04 18:10:02 -0400 |
| commit | d16c9d0b3729b1b120caa1b9836660c3bbcd7b87 (patch) | |
| tree | 0c2d50dfa369287b9a0014074afef1fb60e87c39 /configs/cherryhill_defconfig | |
| parent | f03af6e299d2da326d6a740c4fae70de6c313153 (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 <[email protected]>
Diffstat (limited to 'configs/cherryhill_defconfig')
| -rw-r--r-- | configs/cherryhill_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/cherryhill_defconfig b/configs/cherryhill_defconfig index c3ad39c7253..c1b6e715f4e 100644 --- a/configs/cherryhill_defconfig +++ b/configs/cherryhill_defconfig @@ -41,3 +41,4 @@ CONFIG_RTL8169=y CONFIG_SPI=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y +# CONFIG_GZIP is not set |
