From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751879AbdBSU2R (ORCPT ); Sun, 19 Feb 2017 15:28:17 -0500 Received: from plaes.org ([188.166.43.21]:42137 "EHLO plaes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751801AbdBSU2P (ORCPT ); Sun, 19 Feb 2017 15:28:15 -0500 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 Cc: Priit Laes 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> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 -- 2.9.3