summary refs log tree commit diff
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2021-01-18 11:20:29 +0000
committerMatt Turner <mattst88@gmail.com>2021-07-25 22:33:03 -0700
commitbfd736e3ffcc9dfc23c0a619fcc131eefd91d7ca (patch)
treeb19c0041a676d475264480138206018118751b11
parentcaace6ca4e06f09413fb8f8a63319594cfb7d47d (diff)
downloadlinux-bfd736e3ffcc9dfc23c0a619fcc131eefd91d7ca.tar.gz
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@baylibre.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--arch/alpha/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/configs/defconfig b/arch/alpha/configs/defconfig
index dd2dd9f0861f..7f1ca30b115b 100644
--- a/arch/alpha/configs/defconfig
+++ b/arch/alpha/configs/defconfig
@@ -70,3 +70,4 @@ CONFIG_DEBUG_INFO=y
 CONFIG_ALPHA_LEGACY_START_ADDRESS=y
 CONFIG_MATHEMU=y
 CONFIG_CRYPTO_HMAC=y
+CONFIG_DEVTMPFS=y