linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd: remove dead Kconfig associated with !CONFIG_PPC_MERGE
@ 2008-10-10  3:50 Kumar Gala
  2008-10-10 11:40 ` Josh Boyer
  0 siblings, 1 reply; 2+ messages in thread
From: Kumar Gala @ 2008-10-10  3:50 UTC (permalink / raw)
  To: dwmw2; +Cc: linuxppc-dev, linux-mtd

Removed the Kconfig associated with 'NDFC NanD Flash Controller'.
We can't enable !CONFIG_PPC_MERGE so there is no way to enable
this.  Additionally the code needs to get updated for arch/powerpc.

For the time being lets just remove the Kconfig option so we can
actually remove CONFIG_PPC_MERGE.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 drivers/mtd/nand/Kconfig |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 41f361c..1acdff7 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -163,13 +163,6 @@ config MTD_NAND_S3C2410_HWECC
 	  incorrect ECC generation, and if using these, the default of
 	  software ECC is preferable.
 
-config MTD_NAND_NDFC
-	tristate "NDFC NanD Flash Controller"
-	depends on 4xx && !PPC_MERGE
-	select MTD_NAND_ECC_SMC
-	help
-	 NDFC Nand Flash Controllers are integrated in IBM/AMCC's 4xx SoCs
-
 config MTD_NAND_S3C2410_CLKSTOP
 	bool "S3C2410 NAND IDLE clock stop"
 	depends on MTD_NAND_S3C2410
-- 
1.5.5.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mtd: remove dead Kconfig associated with !CONFIG_PPC_MERGE
  2008-10-10  3:50 [PATCH] mtd: remove dead Kconfig associated with !CONFIG_PPC_MERGE Kumar Gala
@ 2008-10-10 11:40 ` Josh Boyer
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Boyer @ 2008-10-10 11:40 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linuxppc-dev, dwmw2, linux-mtd

On Thu, Oct 09, 2008 at 10:50:06PM -0500, Kumar Gala wrote:
>Removed the Kconfig associated with 'NDFC NanD Flash Controller'.
>We can't enable !CONFIG_PPC_MERGE so there is no way to enable
>this.  Additionally the code needs to get updated for arch/powerpc.
>
>For the time being lets just remove the Kconfig option so we can
>actually remove CONFIG_PPC_MERGE.
>
>Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

The driver does need fixing, and there are patches for it.  We just
haven't settled on an implementation yet so:

Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>

>---
> drivers/mtd/nand/Kconfig |    7 -------
> 1 files changed, 0 insertions(+), 7 deletions(-)
>
>diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
>index 41f361c..1acdff7 100644
>--- a/drivers/mtd/nand/Kconfig
>+++ b/drivers/mtd/nand/Kconfig
>@@ -163,13 +163,6 @@ config MTD_NAND_S3C2410_HWECC
> 	  incorrect ECC generation, and if using these, the default of
> 	  software ECC is preferable.
> 
>-config MTD_NAND_NDFC
>-	tristate "NDFC NanD Flash Controller"
>-	depends on 4xx && !PPC_MERGE
>-	select MTD_NAND_ECC_SMC
>-	help
>-	 NDFC Nand Flash Controllers are integrated in IBM/AMCC's 4xx SoCs
>-
> config MTD_NAND_S3C2410_CLKSTOP
> 	bool "S3C2410 NAND IDLE clock stop"
> 	depends on MTD_NAND_S3C2410
>-- 
>1.5.5.1
>
>_______________________________________________
>Linuxppc-dev mailing list
>Linuxppc-dev@ozlabs.org
>https://ozlabs.org/mailman/listinfo/linuxppc-dev

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-10 11:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-10  3:50 [PATCH] mtd: remove dead Kconfig associated with !CONFIG_PPC_MERGE Kumar Gala
2008-10-10 11:40 ` Josh Boyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).