linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: defconfig: enable storage for qemu
@ 2020-03-05 15:48 Corentin Labbe
  2020-06-10  7:34 ` LABBE Corentin
  0 siblings, 1 reply; 2+ messages in thread
From: Corentin Labbe @ 2020-03-05 15:48 UTC (permalink / raw)
  To: linux; +Cc: linux-kernel, linux-arm-kernel, Corentin Labbe

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


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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-10  7:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-05 15:48 [PATCH] ARM: defconfig: enable storage for qemu Corentin Labbe
2020-06-10  7:34 ` LABBE Corentin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).