diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-01-30 00:57:39 (GMT) |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-04 01:26:03 (GMT) |
commit | f921163add46d0dd8321f9d59496bbc17fb38850 (patch) | |
tree | ae52bef9f29e77460a52907fcfb8ba2618fde7dc /arch/arm/configs/bockw_defconfig | |
parent | 2304de6ef7479b12fa4529c12a53cac631a2c67b (diff) | |
download | linux-f921163add46d0dd8321f9d59496bbc17fb38850.tar.xz |
ARM: shmobile: bockw: enable CONFIG_DEVTMPFS in defconfig
This reverts commit e14ee5deab24200e4b70fe31a8c806f0acd3d37c
("ARM: shmobile: bockw: Do not enable CONFIG_DEVTMPFS defconfig").
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
[horms+renesas@verge.net.au: Added subject of reverted commit to changelog]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/bockw_defconfig')
-rw-r--r-- | arch/arm/configs/bockw_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig index 80cff50..e816140 100644 --- a/arch/arm/configs/bockw_defconfig +++ b/arch/arm/configs/bockw_defconfig @@ -44,6 +44,8 @@ CONFIG_IP_PNP_DHCP=y # CONFIG_INET_DIAG is not set # CONFIG_IPV6 is not set CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y # CONFIG_STANDALONE is not set # CONFIG_PREVENT_FIRMWARE_BUILD is not set # CONFIG_FW_LOADER is not set |