mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: yegorslists@googlemail.com
Cc: hyfinglists@gmail.com, barebox@lists.infradead.org
Subject: Re: [PATCH v2] lib: xz: add support for bcj filters
Date: Fri, 24 Feb 2017 08:13:03 +0100	[thread overview]
Message-ID: <20170224071303.qmah26rlxv5nqknm@pengutronix.de> (raw)
In-Reply-To: <20170222103319.4100-1-yegorslists@googlemail.com>

On Wed, Feb 22, 2017 at 11:33:19AM +0100, yegorslists@googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> Add missing configuration options for various bcj filters. Without
> these options the lib/xz/xz_dec_bcj.c file will be compiled, but all
> filters will be disabled.
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Applied, thanks

Sascha

> ---
> Changes v1 -> v2:
>   - always select all filters (Sascha Hauer)
> 
>  lib/Kconfig | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
> 
> diff --git a/lib/Kconfig b/lib/Kconfig
> index f9f25bdef..8a94ce09f 100644
> --- a/lib/Kconfig
> +++ b/lib/Kconfig
> @@ -21,6 +21,30 @@ config LZ4_DECOMPRESS
>  config XZ_DECOMPRESS
>  	bool "include xz uncompression support"
>  	select UNCOMPRESS
> +	select XZ_DEC_X86
> +	select XZ_DEC_POWERPC
> +	select XZ_DEC_IA64
> +	select XZ_DEC_ARM
> +	select XZ_DEC_ARMTHUMB
> +	select XZ_DEC_SPARC
> +
> +config XZ_DEC_X86
> +        bool
> +
> +config XZ_DEC_POWERPC
> +        bool
> +
> +config XZ_DEC_IA64
> +        bool
> +
> +config XZ_DEC_ARM
> +        bool
> +
> +config XZ_DEC_ARMTHUMB
> +        bool
> +
> +config XZ_DEC_SPARC
> +        bool
>  
>  config REED_SOLOMON
>  	bool
> -- 
> 2.11.0
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      reply	other threads:[~2017-02-24  7:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-22 10:33 yegorslists
2017-02-24  7:13 ` Sascha Hauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170224071303.qmah26rlxv5nqknm@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=hyfinglists@gmail.com \
    --cc=yegorslists@googlemail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox