[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210118112029.19894-1-clabbe@baylibre.com>
Date: Mon, 18 Jan 2021 11:20:29 +0000
From: Corentin Labbe <clabbe@...libre.com>
To: ink@...assic.park.msu.ru, mattst88@...il.com, rth@...ddle.net
Cc: linux-alpha@...r.kernel.org, linux-kernel@...r.kernel.org,
Corentin Labbe <clabbe@...libre.com>
Subject: [PATCH] alpha: defconfig: add necessary configs for boot testing
Gentoo's KernelCI will soon boot test alpha kernel and we need
CONFIG_DEVTMPFS=y to be set for that.
Note that CONFIG_DEVTMPFS=y is already necessary for lot of other
distribution/tools like recent udev/systemd.
Signed-off-by: Corentin Labbe <clabbe@...libre.com>
---
arch/alpha/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/alpha/configs/defconfig b/arch/alpha/configs/defconfig
index 6293675db164..b52ed626ab55 100644
--- a/arch/alpha/configs/defconfig
+++ b/arch/alpha/configs/defconfig
@@ -72,3 +72,4 @@ CONFIG_DEBUG_INFO=y
CONFIG_ALPHA_LEGACY_START_ADDRESS=y
CONFIG_MATHEMU=y
CONFIG_CRYPTO_HMAC=y
+CONFIG_DEVTMPFS=y
--
2.26.2
Powered by blists - more mailing lists