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 C7705C636CD for ; Sun, 5 Feb 2023 22:43:17 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 244518598B; Sun, 5 Feb 2023 23:40:10 +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="VesPux36"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D74618593E; Sun, 5 Feb 2023 23:39:27 +0100 (CET) Received: from mail-il1-x12d.google.com (mail-il1-x12d.google.com [IPv6:2607:f8b0:4864:20::12d]) (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 C3EDB85980 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-il1-x12d.google.com with SMTP id z2so4116603ilq.2 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=8OU7xcrE6vnkcflX6UcwFZbmXE54G1U9rbWCGUZxfYc=; b=VesPux36GRkKIUiXquDxBKcn5n5HY7tW0tnvplugNQ0B1pvqZl/eRMMEbBPuq04HPj hjTZ6sadVMTd7KXFnlSUtuaTilHSIpmYgWEAvcq+iWqcWhqjdppHIg7gl5t3u9beisIc s6jsg1Pu1jrawfXVunPiYXhmGz9jBFnGq0izI= 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=8OU7xcrE6vnkcflX6UcwFZbmXE54G1U9rbWCGUZxfYc=; b=bUD75SfQownxdWYQWUCUeu8nFNrzgoEL9rs8kLsKo/+eE5d+er0jsbprq4nPkf4SZY DsQ0+TiH4P9cABuwegEUnbl3lnn7e33iA2vTgnGcjUKaDJoPrp6dI9KIBpMMSjBHuPk3 1O6p4Y4EW3UDNpSFiUm41SbKD0lgXbg4e59eNmYb2eeijudgE6fQ/96+ES29y/1+x8EY O+0sED898YrTbknAZBAdAdn9Gj10+Zma+WQxVxC+WWXpQoMA073hqfwYh/cwcAvceAIX I/fEzvw6HGlpGWEeBvAPbSDCnUnhsBPhyYKEmLI5hvlCk6HkNLaiA7RvFpBQEE6W/FD4 P5Uw== X-Gm-Message-State: AO0yUKVe5mprIqJlKY+hU7T0lRs2jpXj629nLX9cRo3yPZ7ZAZsOJIjA RqRXFHedGzVqNZ+wmRFLI/zJzU0/APu246Li X-Google-Smtp-Source: AK7set+k8uijyChXFBJSYKo0oY9lIEi2oIK9YzK2N4JWrJVjK8IrZcbyKGaKMbTwIAiwwiVLihDlZw== X-Received: by 2002:a05:6e02:178c:b0:30c:5c54:c25a with SMTP id y12-20020a056e02178c00b0030c5c54c25amr17443218ilu.14.1675636739054; Sun, 05 Feb 2023 14:38:59 -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.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:38:58 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 017/169] virtio: Add a Kconfig for SPL_VIRTIO Date: Sun, 5 Feb 2023 15:36:03 -0700 Message-Id: <20230205223836.231657-18-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) drivers/virtio/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 852f6735b60..410cdf39b67 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig @@ -22,6 +22,10 @@ config VIRTIO This option is selected by any driver which implements the virtio transport, such as CONFIG_VIRTIO_MMIO or CONFIG_VIRTIO_PCI. +config SPL_VIRTIO + def_bool n + depends on SPL + config VIRTIO_MMIO bool "Platform bus driver for memory mapped virtio devices" select VIRTIO -- 2.39.1.519.gcb327c4b5f-goog