From patchwork Sun Feb 19 20:27:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Priit Laes X-Patchwork-Id: 9581811 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 43253604A0 for ; Sun, 19 Feb 2017 20:31:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 30CF428703 for ; Sun, 19 Feb 2017 20:31:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2201028708; Sun, 19 Feb 2017 20:31:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id BD52C28703 for ; Sun, 19 Feb 2017 20:31:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=fVOypOYJwMNuiAHAzmY2IRVcAoX0d3bbSZyawlGL3k0=; b=frvKTmEi6/g6nrZPrYVJlO7VKW 3667DOKtA1mmFZ4uNtMhTPSnaLW23T+5aQKPmHQwjhUekQZUrFMWDuFIbgmx2FomEFEWnDgtV3TFi 9qF+WWLt7ZUYgUfD2tR6lZN67lWScO1pFJC4LCUhR+HrfVDotKVP6NCgwKRCpTT68HUObC30e5pM2 xXTC6IDfJPc0SQYVUMZtQlv9+TODqbBNQm8XkbFg6P1dFqyptjo+O8QG5VlnlP0uuI/GdAZw5JYxD moiJpyj6RFdNLEp0LPtcIJ22p+S1huJrlr7dzYHBE6CHJKIiQl4YeWTKyNeQ1T8d3ePQwbxI9sNr6 Oifn9w5w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cfY8t-0006EG-Cp; Sun, 19 Feb 2017 20:31:35 +0000 Received: from plaes.org ([188.166.43.21]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cfY6P-0003eK-2f for linux-arm-kernel@lists.infradead.org; Sun, 19 Feb 2017 20:29:06 +0000 Received: from localhost (82.131.53.162.cable.starman.ee [82.131.53.162]) by plaes.org (Postfix) with ESMTPSA id 9E5A740A6D; Sun, 19 Feb 2017 20:28:05 +0000 (UTC) From: Priit Laes To: Rob Herring , Mark Rutland , Russell King , Shawn Guo , Sascha Hauer , Fabio Estevam , Thierry Reding , Heiko Stuebner , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/4] arm: defconfig: imx6: Added CONFIG_FHANDLE Date: Sun, 19 Feb 2017 22:27:58 +0200 Message-Id: <20170219202801.2082-2-plaes@plaes.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170219202801.2082-1-plaes@plaes.org> References: <20170219202801.2082-1-plaes@plaes.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170219_122901_312171_676B3851 X-CRM114-Status: UNSURE ( 7.82 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Priit Laes MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP CONFIG_FHANDLE is a must-have for newer distributions with systemd support (including Debian stable). Signed-off-by: Priit Laes --- arch/arm/configs/imx_v6_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index cbe7faf..701db9a 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -1,5 +1,6 @@ CONFIG_KERNEL_LZO=y CONFIG_SYSVIPC=y +CONFIG_FHANDLE=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_IKCONFIG=y