All of lore.kernel.org
 help / color / mirror / Atom feed
From: LABBE Corentin <clabbe@baylibre.com>
To: linux@armlinux.org.uk
Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: defconfig: enable storage for qemu
Date: Wed, 10 Jun 2020 09:34:10 +0200	[thread overview]
Message-ID: <20200610073410.GA16313@Red> (raw)
In-Reply-To: <1583423303-25405-1-git-send-email-clabbe@baylibre.com>

On Thu, Mar 05, 2020 at 03:48:23PM +0000, Corentin Labbe wrote:
> The qemu versatilepb machine has some SCSI storage which cannot be used
> with this defconfig.
> The SCSI rely on PCI which is not enabled.
> So let's enable both PCI and SCSI.
> 
> This will permit to use LAVA tests for versatilepb in kernelCI.
> 
> Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
> ---
>  arch/arm/configs/versatile_defconfig | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig
> index 767935337413..6171b96cf9b8 100644
> --- a/arch/arm/configs/versatile_defconfig
> +++ b/arch/arm/configs/versatile_defconfig
> @@ -96,3 +96,7 @@ CONFIG_MAGIC_SYSRQ=y
>  CONFIG_DEBUG_KERNEL=y
>  CONFIG_DEBUG_USER=y
>  CONFIG_DEBUG_LL=y
> +CONFIG_PCI=y
> +CONFIG_PCI_VERSATILE=y
> +CONFIG_SCSI=y
> +CONFIG_SCSI_SYM53C8XX_2=y
> -- 
> 2.24.1
> 

gentle ping

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: LABBE Corentin <clabbe@baylibre.com>
To: linux@armlinux.org.uk
Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: defconfig: enable storage for qemu
Date: Wed, 10 Jun 2020 09:34:10 +0200	[thread overview]
Message-ID: <20200610073410.GA16313@Red> (raw)
In-Reply-To: <1583423303-25405-1-git-send-email-clabbe@baylibre.com>

On Thu, Mar 05, 2020 at 03:48:23PM +0000, Corentin Labbe wrote:
> The qemu versatilepb machine has some SCSI storage which cannot be used
> with this defconfig.
> The SCSI rely on PCI which is not enabled.
> So let's enable both PCI and SCSI.
> 
> This will permit to use LAVA tests for versatilepb in kernelCI.
> 
> Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
> ---
>  arch/arm/configs/versatile_defconfig | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig
> index 767935337413..6171b96cf9b8 100644
> --- a/arch/arm/configs/versatile_defconfig
> +++ b/arch/arm/configs/versatile_defconfig
> @@ -96,3 +96,7 @@ CONFIG_MAGIC_SYSRQ=y
>  CONFIG_DEBUG_KERNEL=y
>  CONFIG_DEBUG_USER=y
>  CONFIG_DEBUG_LL=y
> +CONFIG_PCI=y
> +CONFIG_PCI_VERSATILE=y
> +CONFIG_SCSI=y
> +CONFIG_SCSI_SYM53C8XX_2=y
> -- 
> 2.24.1
> 

gentle ping

  reply	other threads:[~2020-06-10  7:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-05 15:48 [PATCH] ARM: defconfig: enable storage for qemu Corentin Labbe
2020-03-05 15:48 ` Corentin Labbe
2020-06-10  7:34 ` LABBE Corentin [this message]
2020-06-10  7:34   ` LABBE Corentin

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=20200610073410.GA16313@Red \
    --to=clabbe@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.