diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-01-29 19:57:24 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-03 20:26:03 -0500 |
commit | 2304de6ef7479b12fa4529c12a53cac631a2c67b (patch) | |
tree | 642096e0571060fa56be4a7efa0ed7c51c25a451 /arch/arm/configs | |
parent | c5aa40f8485b9b6aaeae14e5bddd5e569829ac2f (diff) |
ARM: shmobile: genmai: enable CONFIG_DEVTMPFS in defconfig
DEVTMPFS is needed for udev
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/genmai_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/genmai_defconfig b/arch/arm/configs/genmai_defconfig index aa0b704f48af..c56a7ff1dcd7 100644 --- a/arch/arm/configs/genmai_defconfig +++ b/arch/arm/configs/genmai_defconfig | |||
@@ -50,6 +50,8 @@ CONFIG_IP_PNP_DHCP=y | |||
50 | # CONFIG_IPV6 is not set | 50 | # CONFIG_IPV6 is not set |
51 | # CONFIG_WIRELESS is not set | 51 | # CONFIG_WIRELESS is not set |
52 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 52 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
53 | CONFIG_DEVTMPFS=y | ||
54 | CONFIG_DEVTMPFS_MOUNT=y | ||
53 | CONFIG_NETDEVICES=y | 55 | CONFIG_NETDEVICES=y |
54 | # CONFIG_NET_CORE is not set | 56 | # CONFIG_NET_CORE is not set |
55 | # CONFIG_NET_VENDOR_ARC is not set | 57 | # CONFIG_NET_VENDOR_ARC is not set |