aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-05-25 21:06:27 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2006-05-25 21:06:27 -0400
commite4d222ff18bca6322f032088a21e9c4a4c038b85 (patch)
tree5c8c2bc4202bfb185746473d27ac9a7ecb69780e /drivers/mtd/nand/Kconfig
parent89291a9d5b70778e49e2563247c6c7e3efac9b14 (diff)
[MTD] Remove PCI dependency for Geode CS553[56] NAND controller.
PCI is faked on these devices by SMM traps. Don't depend on that -- check for the chipset directly instead. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
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 f24408d92688..d5d4d767b643 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -211,7 +211,7 @@ config MTD_NAND_SHARPSL
211 211
212config MTD_NAND_CS553X 212config MTD_NAND_CS553X
213 tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)" 213 tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)"
214 depends on MTD_NAND && X86_PC && PCI 214 depends on MTD_NAND && (X86_PC || X86_GENERICARCH)
215 help 215 help
216 The CS553x companion chips for the AMD Geode processor 216 The CS553x companion chips for the AMD Geode processor
217 include NAND flash controllers with built-in hardware ECC 217 include NAND flash controllers with built-in hardware ECC