Skip to content

Commit

Permalink
[MTD] AMD Geode NAND support can depend on X86_32; we won't see it on…
Browse files Browse the repository at this point in the history
… x86_64

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed May 29, 2006
1 parent a6a8bef commit 33280ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ config MTD_NAND_SHARPSL

config MTD_NAND_CS553X
tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)"
depends on MTD_NAND && (X86_PC || X86_GENERICARCH)
depends on MTD_NAND && X86_32 && (X86_PC || X86_GENERICARCH)
help
The CS553x companion chips for the AMD Geode processor
include NAND flash controllers with built-in hardware ECC
Expand Down

0 comments on commit 33280ea

Please sign in to comment.