From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752031AbcHZHsE (ORCPT ); Fri, 26 Aug 2016 03:48:04 -0400 Received: from down.free-electrons.com ([37.187.137.238]:59069 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750712AbcHZHsC (ORCPT ); Fri, 26 Aug 2016 03:48:02 -0400 Date: Fri, 26 Aug 2016 09:47:59 +0200 From: Boris Brezillon To: Roger Quadros Cc: , , , , , Subject: Re: [PATCH] mtd: nand: Allow MTD_NAND_OMAP2 to be usable on Keystone devices Message-ID: <20160826094759.0130d6dd@bbrezillon> In-Reply-To: <1472030700-16051-1-git-send-email-rogerq@ti.com> References: <1472030700-16051-1-git-send-email-rogerq@ti.com> Organization: Free Electrons X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 Aug 2016 12:25:00 +0300 Roger Quadros wrote: > Some Keystone devices (e.g. K2G) include a OMAP NAND IP. > Allow the NAND driver to be usable for both > Keystone and OMAP devices. > > Signed-off-by: Roger Quadros Applied. Thanks, Boris > --- > drivers/mtd/nand/Kconfig | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig > index 21ff580..e6260df 100644 > --- a/drivers/mtd/nand/Kconfig > +++ b/drivers/mtd/nand/Kconfig > @@ -88,11 +88,11 @@ config MTD_NAND_AMS_DELTA > Support for NAND flash on Amstrad E3 (Delta). > > config MTD_NAND_OMAP2 > - tristate "NAND Flash device on OMAP2, OMAP3 and OMAP4" > - depends on ARCH_OMAP2PLUS > + tristate "NAND Flash device on OMAP2, OMAP3, OMAP4 and Keystone" > + depends on (ARCH_OMAP2PLUS || ARCH_KEYSTONE) > help > - Support for NAND flash on Texas Instruments OMAP2, OMAP3 and OMAP4 > - platforms. > + Support for NAND flash on Texas Instruments OMAP2, OMAP3, OMAP4 > + and Keystone platforms. > > config MTD_NAND_OMAP_BCH > depends on MTD_NAND_OMAP2