pmos/device/testing/linux-huawei-cameron/03_add_compression_methods_to_Kconfig.patch
Oliver Smith 64035ac463
device/*: move to device/testing/* (!1063)
Prepare for better device categorization by moving everything to testing
subdir first.

[skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR
				depends on this MR

Related: postmarketos#16
2020-03-14 08:35:32 +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"