From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: "Rafał Miłecki" <zajec5@gmail.com>
Cc: linux-mtd@lists.infradead.org,
Richard Weinberger <richard@nod.at>,
David Woodhouse <dwmw2@infradead.org>,
Brian Norris <computersforpeace@gmail.com>,
linux-kernel@vger.kernel.org (open list)
Subject: Re: [PATCH] mtd: nand: omap2: allow compiling with COMPILE_TEST
Date: Wed, 13 Apr 2016 13:50:22 +0200 [thread overview]
Message-ID: <20160413135022.669c883f@bbrezillon> (raw)
In-Reply-To: <1460546045-31553-1-git-send-email-zajec5@gmail.com>
On Wed, 13 Apr 2016 13:14:05 +0200
Rafał Miłecki <zajec5@gmail.com> wrote:
> This driver doesn't seem to have any compile-time arch dependencies. I
> was able to compile it on CONFIG_MIPS, CONFIG_ARM and CONFIG_X86_64.
>
> Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
> ---
> drivers/mtd/nand/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
> index f05e0e9..6a9c917 100644
> --- a/drivers/mtd/nand/Kconfig
> +++ b/drivers/mtd/nand/Kconfig
> @@ -89,7 +89,8 @@ config MTD_NAND_AMS_DELTA
>
> config MTD_NAND_OMAP2
> tristate "NAND Flash device on OMAP2, OMAP3 and OMAP4"
> - depends on ARCH_OMAP2PLUS
> + depends on ARCH_OMAP2PLUS || COMPILE_TEST
Is it working when HAS_DMA is not set?
> + depends on OF
> help
> Support for NAND flash on Texas Instruments OMAP2, OMAP3 and OMAP4
> platforms.
--
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
prev parent reply other threads:[~2016-04-13 11:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-13 11:14 [PATCH] mtd: nand: omap2: allow compiling with COMPILE_TEST Rafał Miłecki
2016-04-13 11:50 ` Boris Brezillon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160413135022.669c883f@bbrezillon \
--to=boris.brezillon@free-electrons.com \
--cc=computersforpeace@gmail.com \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=richard@nod.at \
--cc=zajec5@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.