diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2021-01-18 14:20:29 +0300 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2021-07-26 08:33:03 +0300 |
commit | bfd736e3ffcc9dfc23c0a619fcc131eefd91d7ca (patch) | |
tree | b19c0041a676d475264480138206018118751b11 /arch/alpha | |
parent | caace6ca4e06f09413fb8f8a63319594cfb7d47d (diff) | |
download | linux-bfd736e3ffcc9dfc23c0a619fcc131eefd91d7ca.tar.xz |
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>
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/configs/defconfig | 1 |
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 |