diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-01-29 19:57:59 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-03 20:26:04 -0500 |
commit | 0771ddff31186836f62a20c42e7958bd37f7b4ed (patch) | |
tree | aaee7256bce3c5df74b6719d3fbc1c4af2f95785 /arch/arm/configs | |
parent | a3b74d3e45f2e28e7c57d5c16a94b59c1a68dd09 (diff) |
ARM: shmobile: ape6evm: 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/ape6evm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/ape6evm_defconfig b/arch/arm/configs/ape6evm_defconfig index cb26c62dc722..bb396c0e5fda 100644 --- a/arch/arm/configs/ape6evm_defconfig +++ b/arch/arm/configs/ape6evm_defconfig | |||
@@ -48,6 +48,8 @@ CONFIG_IP_PNP_DHCP=y | |||
48 | # CONFIG_IPV6_SIT is not set | 48 | # CONFIG_IPV6_SIT is not set |
49 | CONFIG_NETFILTER=y | 49 | CONFIG_NETFILTER=y |
50 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 50 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
51 | CONFIG_DEVTMPFS=y | ||
52 | CONFIG_DEVTMPFS_MOUNT=y | ||
51 | # CONFIG_FW_LOADER_USER_HELPER is not set | 53 | # CONFIG_FW_LOADER_USER_HELPER is not set |
52 | CONFIG_NETDEVICES=y | 54 | CONFIG_NETDEVICES=y |
53 | # CONFIG_NET_CADENCE is not set | 55 | # CONFIG_NET_CADENCE is not set |