From patchwork Tue Dec 3 02:40:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 3272951 Return-Path: X-Original-To: patchwork-linux-arm@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 8B1B79F374 for ; Tue, 3 Dec 2013 02:41:14 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C7B952021B for ; Tue, 3 Dec 2013 02:41:13 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CEE5920200 for ; Tue, 3 Dec 2013 02:41:12 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vnfuc-00044J-Bx; Tue, 03 Dec 2013 02:40:34 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VnfuV-0007eq-09; Tue, 03 Dec 2013 02:40:27 +0000 Received: from mail-pd0-f169.google.com ([209.85.192.169]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VnfuN-0007dV-Bh for linux-arm-kernel@lists.infradead.org; Tue, 03 Dec 2013 02:40:20 +0000 Received: by mail-pd0-f169.google.com with SMTP id v10so19405243pde.14 for ; Mon, 02 Dec 2013 18:39:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=cwrUEmPI3/ChzDyR1VUJzbdvnZjWXxbrs+cmtfiR7gs=; b=c68GR4WQPMkO+bLGMzXi44Xot/v8ndKPz5EWM+linubJ9LyM2GDrceT5t4TdTAqG7I Vt8+BX1OBCEoIxHGHZPDKGfntNEm7Pwm6ag5VvhoX7dHRaPc4cIbugCj1mF68BuWrH+L +M+9JRPwDuV8pbHUKxeX+k44VjhI7SADuwBbHThGqMRyBttmEvUoKF2wBk1ywPvwXsSK zKFe/b393f0RKh44Rhkrn1+kyj0eqlzHh97zPRgpmwjCktQcmcC10RFUWZH213UDnQqf nJMKK+xeqRwFPiJtgQMJ5lpsDO1Ykce6oLmQIpSczNA+QwwAiCZWRNaMrt3NxuQASiym wicg== X-Gm-Message-State: ALoCoQm+HQeuaKllxRvpFcuZeymnYJtQzAz4izVxt8y93NccwKrhA4wAW1X7skffwUQjo8Oqope2 X-Received: by 10.68.176.65 with SMTP id cg1mr1460298pbc.145.1386038396800; Mon, 02 Dec 2013 18:39:56 -0800 (PST) Received: from brutus.lixom.net (173-13-129-225-sfba.hfc.comcastbusiness.net. [173.13.129.225]) by mx.google.com with ESMTPSA id km1sm34220288pbd.13.2013.12.02.18.39.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Dec 2013 18:39:56 -0800 (PST) From: Olof Johansson To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: sunxi_defconfig: enable NFS, TMPFS, PRINTK_TIME and nfsroot support Date: Mon, 2 Dec 2013 18:40:50 -0800 Message-Id: <1386038450-15165-1-git-send-email-olof@lixom.net> X-Mailer: git-send-email 1.7.10.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131202_214019_533361_2EAA3163 X-CRM114-Status: UNSURE ( 9.57 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: Olof Johansson , linux-sunxi@googlegroups.com, mripard@free-electrons.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 This enables a few more options on the sunxi defconfigs such that I can use nfsroot to boot them (there is no local storage support yet). It also enables PRINTK_TIME and tmpfs since it's a common distro requirement. Signed-off-by: Olof Johansson --- Maxime, I'll apply this to our fixes branch for 3.13 so I can start using it on the Allwinner machines I have in the test farm here. -Olof arch/arm/configs/sunxi_defconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index d57a85b..3e2259b 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -12,6 +12,9 @@ CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_INET=y +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y +CONFIG_IP_PNP_BOOTP=y # CONFIG_INET_XFRM_MODE_TRANSPORT is not set # CONFIG_INET_XFRM_MODE_TUNNEL is not set # CONFIG_INET_XFRM_MODE_BEET is not set @@ -58,4 +61,8 @@ CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_DEFAULT_ON=y CONFIG_COMMON_CLK_DEBUG=y # CONFIG_IOMMU_SUPPORT is not set +CONFIG_TMPFS=y +CONFIG_NFS_FS=y +CONFIG_ROOT_NFS=y CONFIG_NLS=y +CONFIG_PRINTK_TIME=y