From 68f30ba7f8b9d666d1218eec97822ade0f23d9c3 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 20 Feb 2014 14:00:25 +0000 Subject: 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 Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6582/ Signed-off-by: Ralf Baechle --- arch/mips/configs/maltaaprp_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/configs/maltaaprp_defconfig') diff --git a/arch/mips/configs/maltaaprp_defconfig b/arch/mips/configs/maltaaprp_defconfig index 90b1725..fb042ce 100644 --- a/arch/mips/configs/maltaaprp_defconfig +++ b/arch/mips/configs/maltaaprp_defconfig @@ -78,6 +78,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 -- cgit v1.1