]> Pileus Git - ~andy/linux/commitdiff
[MTD] Mark NAND drivers TOTO and PPChameleon broken
authorThomas Gleixner <tglx@cruncher.tec.linutronix.de>
Tue, 23 May 2006 20:03:39 +0000 (22:03 +0200)
committerThomas Gleixner <tglx@cruncher.tec.linutronix.de>
Tue, 23 May 2006 20:03:39 +0000 (22:03 +0200)
Both drivers can not be fixed and compiled due to missing header files.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/mtd/nand/Kconfig

index c2cb87fc4cb878f99a6c8665da53292c02d98fe7..f24408d92688966feaac2a6295a1ac9a0cecb05f 100644 (file)
@@ -65,7 +65,7 @@ config MTD_NAND_AMS_DELTA
 
 config MTD_NAND_TOTO
        tristate "NAND Flash device on TOTO board"
-       depends on ARCH_OMAP && MTD_NAND
+       depends on ARCH_OMAP && MTD_NAND && BROKEN
        help
          Support for NAND flash on Texas Instruments Toto platform.
 
@@ -96,7 +96,7 @@ config MTD_NAND_RTC_FROM4
 
 config MTD_NAND_PPCHAMELEONEVB
        tristate "NAND Flash device on PPChameleonEVB board"
-       depends on PPCHAMELEONEVB && MTD_NAND
+       depends on PPCHAMELEONEVB && MTD_NAND && BROKEN
        help
          This enables the NAND flash driver on the PPChameleon EVB Board.