diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-01-29 19:56:55 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-03 20:26:03 -0500 |
commit | 19bc39274b42052a198ae836c059652b65e2a21e (patch) | |
tree | b6371a0d5ad6a8fb24f81ba58471b48a25838387 /arch/arm | |
parent | 6ea8b5ff7ca2d200875ddd774faa8ca40d990d86 (diff) |
ARM: shmobile: kzm9g: 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')
-rw-r--r-- | arch/arm/configs/kzm9g_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig index 9934dbc23d64..12bd1f63c399 100644 --- a/arch/arm/configs/kzm9g_defconfig +++ b/arch/arm/configs/kzm9g_defconfig | |||
@@ -60,6 +60,8 @@ CONFIG_IRDA=y | |||
60 | CONFIG_SH_IRDA=y | 60 | CONFIG_SH_IRDA=y |
61 | # CONFIG_WIRELESS is not set | 61 | # CONFIG_WIRELESS is not set |
62 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 62 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
63 | CONFIG_DEVTMPFS=y | ||
64 | CONFIG_DEVTMPFS_MOUNT=y | ||
63 | CONFIG_SCSI=y | 65 | CONFIG_SCSI=y |
64 | CONFIG_BLK_DEV_SD=y | 66 | CONFIG_BLK_DEV_SD=y |
65 | CONFIG_NETDEVICES=y | 67 | CONFIG_NETDEVICES=y |