diff options
author | Yinghai Lu <yinghai@kernel.org> | 2009-01-29 15:14:46 -0800 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-30 00:20:22 +0100 |
commit | 4272ebfbefd0db40073f3ee5990bceaf2894f08b (patch) | |
tree | be8bddaf6a5a549a9aa9108df3515741cc469199 /drivers/mtd/nand | |
parent | fbeb2ca0224182033f196cf8f63989c3e6b90aba (diff) | |
download | linux-stable-4272ebfbefd0db40073f3ee5990bceaf2894f08b.tar.gz linux-stable-4272ebfbefd0db40073f3ee5990bceaf2894f08b.tar.bz2 linux-stable-4272ebfbefd0db40073f3ee5990bceaf2894f08b.zip |
x86: allow more than 8 cpus to be used on 32-bit
X86_PC is the only remaining 'sub' architecture, so we dont need
it anymore.
This also cleans up a few spurious references to X86_PC in the
driver space - those certainly should be X86.
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 928923665f6c..2ff88791cebc 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -273,7 +273,7 @@ config MTD_NAND_CAFE config MTD_NAND_CS553X tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)" - depends on X86_32 && (X86_PC || X86_32_NON_STANDARD) + depends on X86_32 help The CS553x companion chips for the AMD Geode processor include NAND flash controllers with built-in hardware ECC |