diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2015-01-17 13:10:44 (GMT) |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2015-01-31 14:00:59 (GMT) |
commit | d3125afbe29967dfe7d61e4b02c9f544edf8989b (patch) | |
tree | a4268b1222a5dbb52a031343698548ec5846b2d4 /arch/m68k/configs/sun3_defconfig | |
parent | 42a6ab99ab389ac86f0a0be4a988c054ad7a5df1 (diff) | |
download | linux-d3125afbe29967dfe7d61e4b02c9f544edf8989b.tar.xz |
m68k/defconfig: Enable automounting of devtmpfs at /dev
Enable CONFIG_DEVTMPFS_MOUNT, as it's useful for initrd-less kernels.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/configs/sun3_defconfig')
-rw-r--r-- | arch/m68k/configs/sun3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/configs/sun3_defconfig b/arch/m68k/configs/sun3_defconfig index 014672a..cfe2f26 100644 --- a/arch/m68k/configs/sun3_defconfig +++ b/arch/m68k/configs/sun3_defconfig @@ -237,6 +237,7 @@ CONFIG_NET_MPLS_GSO=m # CONFIG_WIRELESS is not set # CONFIG_UEVENT_HELPER is not set CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y # CONFIG_FIRMWARE_IN_KERNEL is not set CONFIG_CONNECTOR=m CONFIG_BLK_DEV_LOOP=y |