From patchwork Thu Jan 30 00:56:33 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 3555501 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2A9C69F2E9 for ; Thu, 30 Jan 2014 00:56:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6190E201B9 for ; Thu, 30 Jan 2014 00:56:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 924D02010F for ; Thu, 30 Jan 2014 00:56:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751398AbaA3A4e (ORCPT ); Wed, 29 Jan 2014 19:56:34 -0500 Received: from mail-pa0-f45.google.com ([209.85.220.45]:36456 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751166AbaA3A4e (ORCPT ); Wed, 29 Jan 2014 19:56:34 -0500 Received: by mail-pa0-f45.google.com with SMTP id lf10so2478151pab.32 for ; Wed, 29 Jan 2014 16:56:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:subject:user-agent:to:cc:in-reply-to :references:mime-version:content-type; bh=FuMEa6FwlJDuESX61e54gInk2K0H0pV8aYQABDh0RGc=; b=eDu9HMVGfuOVMjz38hnRCopw1KjMxZIqlkk2omB2pRK8sLwdWCwJIUyA6pRqmLpICL 3bnx8RecRo7sQHKXZwkYZq+HwBuOWncAw6eHkYuHYU88M5JaDEzWMjkrpoNLpMFzBQUm +NkfiP21guYnRKcpLH4DYPBDTNyl8oCl3uAcuZWe5axrDB7Njlpn74CUgXYPVtgoo3tS 5u8y9R7SXo9fb91oH8w+GYg5R8PtDk6lT2JV0wQF0xX9koGoFWiJIek441lfW4DNJhqt eIPUXT+3zhSpRv06KOYFamhQIVWhY5tinqjdWaWrEsW3cC2JEsT38TlJafOqN77kSREB Yf0w== X-Received: by 10.67.2.106 with SMTP id bn10mr11230133pad.38.1391043393616; Wed, 29 Jan 2014 16:56:33 -0800 (PST) Received: from morimoto-Dell-XPS420.gmail.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id sy2sm11300665pbc.28.2014.01.29.16.56.31 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 29 Jan 2014 16:56:33 -0800 (PST) Date: Wed, 29 Jan 2014 16:56:33 -0800 (PST) Message-ID: <87ha8mi8xt.wl%kuninori.morimoto.gx@gmail.com> From: Kuninori Morimoto Subject: [PATCH 03/10] ARM: shmobile: lager: enable CONFIG_DEVTMPFS in defconfig User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0 To: Simon Cc: Magnus , linux-sh@vger.kernel.org, Kuninori Morimoto , Geert Uytterhoeven In-Reply-To: <87lhxyi90a.wl%kuninori.morimoto.gx@gmail.com> References: <87lhxyi90a.wl%kuninori.morimoto.gx@gmail.com> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.3 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Kuninori Morimoto DEVTMPFS is needed for udev Signed-off-by: Kuninori Morimoto --- arch/arm/configs/lager_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig index 883443f..494a6d0 100644 --- a/arch/arm/configs/lager_defconfig +++ b/arch/arm/configs/lager_defconfig @@ -49,6 +49,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_NETDEVICES=y # CONFIG_NET_CORE is not set # CONFIG_NET_VENDOR_ARC is not set