[MTD] Mark NAND drivers TOTO and PPChameleon broken
Both drivers can not be fixed and compiled due to missing header files. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
9223a456da
commit
85b85fee0c
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ config MTD_NAND_AMS_DELTA
|
||||||
|
|
||||||
config MTD_NAND_TOTO
|
config MTD_NAND_TOTO
|
||||||
tristate "NAND Flash device on TOTO board"
|
tristate "NAND Flash device on TOTO board"
|
||||||
depends on ARCH_OMAP && MTD_NAND
|
depends on ARCH_OMAP && MTD_NAND && BROKEN
|
||||||
help
|
help
|
||||||
Support for NAND flash on Texas Instruments Toto platform.
|
Support for NAND flash on Texas Instruments Toto platform.
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@ config MTD_NAND_RTC_FROM4
|
||||||
|
|
||||||
config MTD_NAND_PPCHAMELEONEVB
|
config MTD_NAND_PPCHAMELEONEVB
|
||||||
tristate "NAND Flash device on PPChameleonEVB board"
|
tristate "NAND Flash device on PPChameleonEVB board"
|
||||||
depends on PPCHAMELEONEVB && MTD_NAND
|
depends on PPCHAMELEONEVB && MTD_NAND && BROKEN
|
||||||
help
|
help
|
||||||
This enables the NAND flash driver on the PPChameleon EVB Board.
|
This enables the NAND flash driver on the PPChameleon EVB Board.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue