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 862C8C636CD for ; Sun, 5 Feb 2023 22:43:36 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8DFD785A00; Sun, 5 Feb 2023 23:40:14 +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="nX641/EH"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 36EFD85995; Sun, 5 Feb 2023 23:39:29 +0100 (CET) Received: from mail-io1-xd35.google.com (mail-io1-xd35.google.com [IPv6:2607:f8b0:4864:20::d35]) (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 9308B8595D for ; Sun, 5 Feb 2023 23:39:00 +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-xd35.google.com with SMTP id w24so3874289iow.13 for ; Sun, 05 Feb 2023 14:39:00 -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=AETgXb3mjwJuz9kMPBFkRYv5lfTZsUBhCgHgDOW7MfY=; b=nX641/EHjP5pMETpvdHaXL0bF+hVVFlysYYKnLW8US20Y40felHhqEdpgL3eTzXWEE 171O/eTOztkrYRVf2GmiMVj0to+jOAyDpat2cRIXqzJevsaZ32SVreAJMT4mDK97ZlIO hGUwLO8hAkWcaQf+uYwA+aJ1xo5TUART0Qf2A= 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=AETgXb3mjwJuz9kMPBFkRYv5lfTZsUBhCgHgDOW7MfY=; b=CF3ySWY3X5l1AeLsjGXV6MaYt3a9jRrrmdPvQuwFw6mnqe2WbiYDZjN1baF4mD4v3c akiHGcy3upkOMkhmMj2ngFm/eorzUArQcS9XmjrA57xIQ5XS1BrNfis89gjkkgSqHiNT pD9bcv/ioiGNt4EurfVqdw0lCDub/ia+HDLUz68UYDxGOLBIn1joolH76CbGcL/btWWx ZKim3RTWFRHm4D5hZM+V7nIpnqXDtU6XKUW0nKTutiqnvgbZpt44BpNlzWUOpNqtCyyb oaBoBr+4bfrdbL2Oz4CQ+SA7XEBRsx7fu4pz0Plrr185VFwwhUd05lmN3YQ/2atREDjB 986g== X-Gm-Message-State: AO0yUKVQmdKurJB7FIpCKoe2ZPNy0urFVRcuUZ6XmrZJwTTdffJ4HQhs dKqUkAQd4oQIWrKi9aKuyv2+aaE6qQWGysHJ X-Google-Smtp-Source: AK7set+Vlh/k0EwPCkcNtphECg+bbSzhjyb9uF2eSbqaVFqnxYV10JHXM6jItMSZsV1d2OfGw0obaw== X-Received: by 2002:a05:6602:3423:b0:71e:e53a:a79c with SMTP id n35-20020a056602342300b0071ee53aa79cmr15902493ioz.11.1675636740085; Sun, 05 Feb 2023 14:39:00 -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 m40-20020a05663840a800b003b49e7d990asm2856393jam.30.2023.02.05.14.38.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:38:59 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 018/169] lib: Add a Kconfig for SPL_BZIP2 Date: Sun, 5 Feb 2023 15:36:04 -0700 Message-Id: <20230205223836.231657-19-sjg@chromium.org> X-Mailer: git-send-email 2.39.1.519.gcb327c4b5f-goog In-Reply-To: <20230205223836.231657-1-sjg@chromium.org> References: <20230205223836.231657-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 999ae99bf68..a6c269a8535 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.1.519.gcb327c4b5f-goog