diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-01-12 12:15:49 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-04 10:26:02 +0900 |
commit | 9a4e2a5a11efb7734dabef77a6e1515cbfdd9f42 (patch) | |
tree | 6d5c49fa0fdc922128fcab134e4edcbb8ef86861 /arch/arm/configs/koelsch_defconfig | |
parent | 7f03e3bf2bca488e1471e00b6b8b74242b065020 (diff) |
ARM: shmobile: koelsch: Enable DEVTMPFS_MOUNT in defconfig
Without this, a Debian jessie nfsroot hangs early in the boot process.
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
[horms+renesas@verge.net.au: resolved trivial conflict]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/koelsch_defconfig')
-rw-r--r-- | arch/arm/configs/koelsch_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig index 4071e61d808..30157975998 100644 --- a/arch/arm/configs/koelsch_defconfig +++ b/arch/arm/configs/koelsch_defconfig @@ -34,6 +34,8 @@ CONFIG_UNIX=y CONFIG_INET=y CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_BLK_DEV_SD=y CONFIG_ATA=y |