Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1252547 > unrolled thread
| Started by | Antoine Tenart <antoine.tenart@free-electrons.com> |
|---|---|
| First post | 2015-10-21 10:30 +0200 |
| Last post | 2015-10-26 19:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v4 2/5] mtd: nand: allow compile test of MTD_NAND_PXA3xx Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-10-21 10:30 +0200
Re: [PATCH v4 2/5] mtd: nand: allow compile test of MTD_NAND_PXA3xx Brian Norris <computersforpeace@gmail.com> - 2015-10-26 19:40 +0100
| From | Antoine Tenart <antoine.tenart@free-electrons.com> |
|---|---|
| Date | 2015-10-21 10:30 +0200 |
| Subject | [PATCH v4 2/5] mtd: nand: allow compile test of MTD_NAND_PXA3xx |
| Message-ID | <qlWWu-5OT-19@gated-at.bofh.it> |
Allow compile test of the MTD_NAND_PXA3xx nand driver. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> --- drivers/mtd/nand/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 289664089cf3..554aff7b2f8b 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -329,7 +329,7 @@ config MTD_NAND_ATMEL config MTD_NAND_PXA3xx tristate "NAND support on PXA3xx and Armada 370/XP" - depends on PXA3xx || ARCH_MMP || PLAT_ORION + depends on PXA3xx || ARCH_MMP || PLAT_ORION || COMPILE_TEST help This enables the driver for the NAND flash device found on PXA3xx processors (NFCv1) and also on Armada 370/XP (NFCv2). -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Brian Norris <computersforpeace@gmail.com> |
|---|---|
| Date | 2015-10-26 19:40 +0100 |
| Message-ID | <qnUQz-3fj-25@gated-at.bofh.it> |
| In reply to | #1252547 |
On Wed, Oct 21, 2015 at 10:29:01AM +0200, Antoine Tenart wrote: > Allow compile test of the MTD_NAND_PXA3xx nand driver. > > Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> > --- > drivers/mtd/nand/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig > index 289664089cf3..554aff7b2f8b 100644 > --- a/drivers/mtd/nand/Kconfig > +++ b/drivers/mtd/nand/Kconfig > @@ -329,7 +329,7 @@ config MTD_NAND_ATMEL > > config MTD_NAND_PXA3xx > tristate "NAND support on PXA3xx and Armada 370/XP" > - depends on PXA3xx || ARCH_MMP || PLAT_ORION > + depends on PXA3xx || ARCH_MMP || PLAT_ORION || COMPILE_TEST You need at least a dependency on HAS_IOMEM. I'll drop this patch for now, as it's unrelated. Feel free to send another revision. Brian > help > This enables the driver for the NAND flash device found on > PXA3xx processors (NFCv1) and also on Armada 370/XP (NFCv2). > -- > 2.6.2 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web