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/malta_kvm_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/configs/malta_kvm_defconfig') diff --git a/arch/mips/configs/malta_kvm_defconfig b/arch/mips/configs/malta_kvm_defconfig index 041e41b39478..bc19ebb73000 100644 --- a/arch/mips/configs/malta_kvm_defconfig +++ b/arch/mips/configs/malta_kvm_defconfig @@ -225,6 +225,7 @@ CONFIG_MAC80211_RC_DEFAULT_PID=y CONFIG_MAC80211_MESH=y CONFIG_RFKILL=m CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" +CONFIG_DEVTMPFS=y CONFIG_CONNECTOR=m CONFIG_MTD=y CONFIG_MTD_BLOCK=y -- cgit v1.2.3-59-g8ed1b