pmos/device/linux-huawei-cameron/03_add_compression_methods_to_Kconfig.patch
JohnBergago b21caaeeb8
New device: huawei-cameron (Huawei Mediapad M5 pro) (!133)
The device boots, USB networking is available and the display does also
work, even though the default display brightness seems to be zero. More
information can be found in the wiki.
2019-01-09 08:19:40 +01:00

33 lines
474 B
Diff

diff --git a/init/Kconfig b/init/Kconfig
index 7a214a1a..23116f1d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -99,21 +99,27 @@ config LOCALVERSION_AUTO
config HAVE_KERNEL_GZIP
bool
+ default y
config HAVE_KERNEL_BZIP2
bool
+ default y
config HAVE_KERNEL_LZMA
bool
+ default y
config HAVE_KERNEL_XZ
bool
+ default y
config HAVE_KERNEL_LZO
bool
+ default y
config HAVE_KERNEL_LZ4
bool
+ default y
choice
prompt "Kernel compression mode"