From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D0338C677F1 for ; Wed, 22 Feb 2023 16:39:58 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3DED085AED; Wed, 22 Feb 2023 17:36:38 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="KL7fk7Nq"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8D08885B05; Wed, 22 Feb 2023 17:35:46 +0100 (CET) Received: from mail-io1-xd33.google.com (mail-io1-xd33.google.com [IPv6:2607:f8b0:4864:20::d33]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 571FE85B10 for ; Wed, 22 Feb 2023 17:34:57 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-io1-xd33.google.com with SMTP id d73so3700797iof.4 for ; Wed, 22 Feb 2023 08:34:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=BIiBBWoqNaSuO1dbxAJN2MPQuvpHl8KC/difT2bz3gI=; b=KL7fk7Nq5T+8zYgLCxPsTY7nwBSh3VlqlAWlzjaiDEsj3iR7GZkVXebl/p5ssWW8Zd gVzXUn30QuCYAhDp6PUaPdnfm+U+3AfmUgMhw/7IjbJv4aNaWlefl/k2fJQKsXv6zYHr XGZ1KzNAvB1IHSihcHxOKnd046jTvksEZRHqE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=BIiBBWoqNaSuO1dbxAJN2MPQuvpHl8KC/difT2bz3gI=; b=N1phcNKUKZ7eYU5VW2DUY74Zn3MqA5SDCiyMZroLIo3IAQr7bK1P+dXqfU2c5RJVPk Z99+IdXu35jHa296SDoGO1mzSA+KlZyZSIyza4EluuFianOqcfXlePG6AFp4Mbi+imlF hI7d8WrpoFS+yYthP4rpUHjhR6fiU5hx0ZJ1ynJfBDe47/F1Hs78zn1AKesKmVKQx3C+ O5NV9cZFfJHPSn1f6x1w6jgSKPRUNPTlb17huesPEEqqYnUZAbmZGEGfuhb4Yv9yqR77 ak+YSmK0rFQGGFuWgPU58RuAR+RDWzBKJKRyT+q+xMHNbW/JIWJR1kq8ljeRYsCU++J5 FQxw== X-Gm-Message-State: AO0yUKUfR4dwCwF3l+ENzy956sk8sXt8xqDNTio74la9rt/XDZE6bBQf PtZrf45tZH83xzM/YWkd6dxRcOQaBYwi4bUb X-Google-Smtp-Source: AK7set/cAtFus5Bn2rTVjytQ789BE0Fmd/oD7GpwBr1PxO8Xik3dOgX0MU09QscAQh69VN2o7UZRjw== X-Received: by 2002:a6b:ce19:0:b0:74c:7db1:47cf with SMTP id p25-20020a6bce19000000b0074c7db147cfmr5224015iob.14.1677083692087; Wed, 22 Feb 2023 08:34:52 -0800 (PST) Received: from sjg1.roam.corp.google.com (c-73-14-173-85.hsd1.co.comcast.net. [73.14.173.85]) by smtp.gmail.com with ESMTPSA id z26-20020a056602005a00b00716eb44b97esm2164541ioz.27.2023.02.22.08.34.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:34:51 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass , Brandon Maier , Heinrich Schuchardt , Ilias Apalodimas , Kautuk Consul , Leo Yu-Chi Liang , Philippe Reynes , Rasmus Villemoes , Sughosh Ganu Subject: [PATCH v5 13/44] lib: Add a Kconfig for SPL_BZIP2 Date: Wed, 22 Feb 2023 09:33:54 -0700 Message-Id: <20230222163425.2043934-14-sjg@chromium.org> X-Mailer: git-send-email 2.39.2.637.g21b0678d19-goog In-Reply-To: <20230222163425.2043934-1-sjg@chromium.org> References: <20230222163425.2043934-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean This is implicitly used in the source and seems useful, so add it. Signed-off-by: Simon Glass --- (no changes since v1) lib/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/Kconfig b/lib/Kconfig index 83e5edd73b0..1c93f523b3a 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -727,6 +727,12 @@ config ZSTD_LIB_MINIFY endif +config SPL_BZIP2 + bool "Enable bzip2 decompression support for SPL build" + depends on SPL + help + This enables support for bzip2 compression algorithm for SPL boot. + config SPL_LZ4 bool "Enable LZ4 decompression support in SPL" depends on SPL -- 2.39.2.637.g21b0678d19-goog