diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2014-02-20 18:00:25 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-27 02:09:21 +0400 |
commit | 68f30ba7f8b9d666d1218eec97822ade0f23d9c3 (patch) | |
tree | e129e011d0f76b0f0bb8fba729df44fef1020925 /arch/mips/configs/maltaup_defconfig | |
parent | a86dc812881fab40175f4d3c3028acf8627a3804 (diff) | |
download | linux-68f30ba7f8b9d666d1218eec97822ade0f23d9c3.tar.xz |
MIPS: Malta: Enable DEVTMPFS
Recent versions of udev and systemd require the kernel
to be compiled with CONFIG_DEVTMPFS in order to populate
the /dev directory. Most MIPS platforms have it enabled by
default, so enable it for Malta configs as well.
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6582/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/configs/maltaup_defconfig')
-rw-r--r-- | arch/mips/configs/maltaup_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/configs/maltaup_defconfig b/arch/mips/configs/maltaup_defconfig index b8a97a2b6a36..62344648eb7a 100644 --- a/arch/mips/configs/maltaup_defconfig +++ b/arch/mips/configs/maltaup_defconfig @@ -77,6 +77,7 @@ CONFIG_NET_CLS_ACT=y CONFIG_NET_ACT_POLICE=y CONFIG_NET_CLS_IND=y # CONFIG_WIRELESS is not set +CONFIG_DEVTMPFS=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_CRYPTOLOOP=m CONFIG_IDE=y |