[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <529ab9039a52d8d1366973ab3bbc28eb27365c86.1617010856.git.nicolas.ferre@microchip.com>
Date: Mon, 29 Mar 2021 11:56:43 +0200
From: <nicolas.ferre@...rochip.com>
To: <linux-arm-kernel@...ts.infradead.org>
CC: <linux-kernel@...r.kernel.org>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Ludovic Desroches <ludovic.desroches@...rochip.com>,
Codrin Ciubotariu <codrin.ciubotariu@...rochip.com>,
Claudiu Beznea <claudiu.beznea@...rochip.com>,
Eugen Hristev <eugen.hristev@...rochip.com>,
Tudor Ambarus <tudor.ambarus@...rochip.com>,
Cristian Birsan <cristian.birsan@...rochip.com>,
<emil.velikov@...labora.com>, <ezequiel@...labora.com>
Subject: [PATCH 5/7] ARM: configs: at91: Add mtd tests as modules
From: Nicolas Ferre <nicolas.ferre@...rochip.com>
Add MTD tests as they are used in CI and for validation plan.
Signed-off-by: Nicolas Ferre <nicolas.ferre@...rochip.com>
---
arch/arm/configs/at91_dt_defconfig | 1 +
arch/arm/configs/sama5_defconfig | 1 +
2 files changed, 2 insertions(+)
diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig
index 6403b064e8dc..a462d0ddaa2f 100644
--- a/arch/arm/configs/at91_dt_defconfig
+++ b/arch/arm/configs/at91_dt_defconfig
@@ -46,6 +46,7 @@ CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_STANDALONE is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
CONFIG_MTD=y
+CONFIG_MTD_TESTS=m
CONFIG_MTD_CMDLINE_PARTS=y
CONFIG_MTD_BLOCK=y
CONFIG_MTD_DATAFLASH=y
diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
index 774e25a7b246..bb8c8000318b 100644
--- a/arch/arm/configs/sama5_defconfig
+++ b/arch/arm/configs/sama5_defconfig
@@ -55,6 +55,7 @@ CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_STANDALONE is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
CONFIG_MTD=y
+CONFIG_MTD_TESTS=m
CONFIG_MTD_CMDLINE_PARTS=y
CONFIG_MTD_BLOCK=y
CONFIG_MTD_CFI=y
--
2.31.1
Powered by blists - more mailing lists