Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Corentin Labbe and committed by
Matt Turner
bfd736e3 caace6ca

+1
+1
arch/alpha/configs/defconfig
··· 70 70 CONFIG_ALPHA_LEGACY_START_ADDRESS=y 71 71 CONFIG_MATHEMU=y 72 72 CONFIG_CRYPTO_HMAC=y 73 + CONFIG_DEVTMPFS=y