diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-01-30 04:56:55 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-04 05:26:03 +0400 |
commit | 19bc39274b42052a198ae836c059652b65e2a21e (patch) | |
tree | b6371a0d5ad6a8fb24f81ba58471b48a25838387 /arch/arm/configs/kzm9g_defconfig | |
parent | 6ea8b5ff7ca2d200875ddd774faa8ca40d990d86 (diff) | |
download | linux-19bc39274b42052a198ae836c059652b65e2a21e.tar.xz |
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/configs/kzm9g_defconfig')
-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 CONFIG_SH_IRDA=y # CONFIG_WIRELESS is not set CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y CONFIG_NETDEVICES=y |