diff options
author | Markos Chandras | 2014-02-20 15:00:25 +0100 |
---|---|---|
committer | Ralf Baechle | 2014-03-26 23:09:21 +0100 |
commit | 68f30ba7f8b9d666d1218eec97822ade0f23d9c3 (patch) | |
tree | e129e011d0f76b0f0bb8fba729df44fef1020925 /arch/mips/configs/malta_kvm_guest_defconfig | |
parent | MIPS: Regenerate malta defconfigs (diff) | |
download | kernel-qcow2-linux-68f30ba7f8b9d666d1218eec97822ade0f23d9c3.tar.gz kernel-qcow2-linux-68f30ba7f8b9d666d1218eec97822ade0f23d9c3.tar.xz kernel-qcow2-linux-68f30ba7f8b9d666d1218eec97822ade0f23d9c3.zip |
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/malta_kvm_guest_defconfig')
-rw-r--r-- | arch/mips/configs/malta_kvm_guest_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/configs/malta_kvm_guest_defconfig b/arch/mips/configs/malta_kvm_guest_defconfig index bf186df3e589..e36681c24ddc 100644 --- a/arch/mips/configs/malta_kvm_guest_defconfig +++ b/arch/mips/configs/malta_kvm_guest_defconfig @@ -224,6 +224,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 |