Re: [RFT PATCH v5 1/3] lib: kconfig: Add option to set BZIP2 compression method

2020-04-21 Thread Tom Rini
On Thu, Mar 05, 2020 at 04:24:21PM -0800, Atish Patra wrote: > There is no way to select BZIP2 compression method. > Add it under library/compression config where all other > compression related configs are present. > > Signed-off-by: Atish Patra > Reviewed-by: Tom Rini Applied to u-boot/maste

[RFT PATCH v5 1/3] lib: kconfig: Add option to set BZIP2 compression method

2020-03-05 Thread Atish Patra
There is no way to select BZIP2 compression method. Add it under library/compression config where all other compression related configs are present. Signed-off-by: Atish Patra Reviewed-by: Tom Rini --- lib/Kconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/lib/Kconfig b/lib/Kconfi