diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-01-29 19:56:17 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-03 20:26:02 -0500 |
commit | 97b3fbccfae2d1fee679073f1690e2428868754c (patch) | |
tree | b2ec22ae5e18caf677f8b75ebcd5518074b2fe05 | |
parent | edcde600a0bf778d98d945bd27f51c941e35bb8c (diff) |
ARM: shmobile: mackerel: 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>
-rw-r--r-- | arch/arm/configs/mackerel_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/mackerel_defconfig b/arch/arm/configs/mackerel_defconfig index a61e1653fc5e..57ececba2ae6 100644 --- a/arch/arm/configs/mackerel_defconfig +++ b/arch/arm/configs/mackerel_defconfig | |||
@@ -42,6 +42,8 @@ CONFIG_IP_PNP_DHCP=y | |||
42 | # CONFIG_IPV6 is not set | 42 | # CONFIG_IPV6 is not set |
43 | # CONFIG_WIRELESS is not set | 43 | # CONFIG_WIRELESS is not set |
44 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 44 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
45 | CONFIG_DEVTMPFS=y | ||
46 | CONFIG_DEVTMPFS_MOUNT=y | ||
45 | # CONFIG_FIRMWARE_IN_KERNEL is not set | 47 | # CONFIG_FIRMWARE_IN_KERNEL is not set |
46 | CONFIG_MTD=y | 48 | CONFIG_MTD=y |
47 | CONFIG_MTD_CONCAT=y | 49 | CONFIG_MTD_CONCAT=y |