Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MTD] AMD Geode NAND support can depend on X86_32; we won't see it on x86_64

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

+1 -1
+1 -1
drivers/mtd/nand/Kconfig
··· 211 211 212 212 config MTD_NAND_CS553X 213 213 tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)" 214 - depends on MTD_NAND && (X86_PC || X86_GENERICARCH) 214 + depends on MTD_NAND && X86_32 && (X86_PC || X86_GENERICARCH) 215 215 help 216 216 The CS553x companion chips for the AMD Geode processor 217 217 include NAND flash controllers with built-in hardware ECC