aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-08-05 13:27:58 -0400
committerSamuel Ortiz <sameo@openedhand.com>2008-08-10 17:30:34 -0400
commit1c2c30acc52320d506d722f41d50e8eb8fda5cb5 (patch)
treecd10608f2a93412fa307fe29a80c5f1d575cc63a /drivers/mtd/nand/Kconfig
parent4a48998fa16121d0fe3436cce43afd6f47424103 (diff)
mfd: have TMIO drivers and subdevices depend on ARM
The TMIO chips are only found (and thus tested) on ARM machines. Moreover, we don't want the TMIO cells to be built if one of the TMIO driver is not selected (which indirectly make the TMIO cells drivers depend on ARM as well). Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index fd6debb24252..41f361c49b32 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -353,7 +353,7 @@ config MTD_NAND_PASEMI
353 353
354config MTD_NAND_TMIO 354config MTD_NAND_TMIO
355 tristate "NAND Flash device on Toshiba Mobile IO Controller" 355 tristate "NAND Flash device on Toshiba Mobile IO Controller"
356 depends on MTD_NAND && MFD_CORE 356 depends on MTD_NAND && MFD_TMIO
357 help 357 help
358 Support for NAND flash connected to a Toshiba Mobile IO 358 Support for NAND flash connected to a Toshiba Mobile IO
359 Controller in some PDAs, including the Sharp SL6000x. 359 Controller in some PDAs, including the Sharp SL6000x.