diff mbox series

ARM: defconfig: enable storage for qemu

Message ID 1583423303-25405-1-git-send-email-clabbe@baylibre.com (mailing list archive)
State New, archived
Headers show
Series ARM: defconfig: enable storage for qemu | expand

Commit Message

Corentin Labbe March 5, 2020, 3:48 p.m. UTC
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(+)

Comments

Corentin Labbe June 10, 2020, 7:34 a.m. UTC | #1
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
diff mbox series

Patch

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