diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-01-30 01:57:49 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-04 02:26:03 +0100 |
commit | a3b74d3e45f2e28e7c57d5c16a94b59c1a68dd09 (patch) | |
tree | 9518cce533b8fbf0b4235fa08aba319595816842 /arch/arm/configs/armadillo800eva_defconfig | |
parent | ARM: shmobile: bockw: enable CONFIG_DEVTMPFS in defconfig (diff) | |
download | linux-a3b74d3e45f2e28e7c57d5c16a94b59c1a68dd09.tar.xz linux-a3b74d3e45f2e28e7c57d5c16a94b59c1a68dd09.zip |
ARM: shmobile: armadillo: 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/armadillo800eva_defconfig')
-rw-r--r-- | arch/arm/configs/armadillo800eva_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig index 9287a62de830..065adddeee3e 100644 --- a/arch/arm/configs/armadillo800eva_defconfig +++ b/arch/arm/configs/armadillo800eva_defconfig @@ -58,6 +58,8 @@ CONFIG_IP_PNP_DHCP=y # CONFIG_IPV6 is not set # 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_MD=y |