OSDN Git Service

alpha: defconfig: add necessary configs for boot testing
authorCorentin Labbe <clabbe@baylibre.com>
Mon, 18 Jan 2021 11:20:29 +0000 (11:20 +0000)
committerMatt Turner <mattst88@gmail.com>
Mon, 26 Jul 2021 05:33:03 +0000 (22:33 -0700)
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>
arch/alpha/configs/defconfig

index dd2dd9f..7f1ca30 100644 (file)
@@ -70,3 +70,4 @@ CONFIG_DEBUG_INFO=y
 CONFIG_ALPHA_LEGACY_START_ADDRESS=y
 CONFIG_MATHEMU=y
 CONFIG_CRYPTO_HMAC=y
+CONFIG_DEVTMPFS=y