diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 17:43:09 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-29 13:17:20 (GMT) |
commit | e0c7ae376a13fd79a4dad8becab51040d13dfa90 (patch) | |
tree | 2ec8d4f50837510b6d1c75e3a8e98f6902e56298 /drivers | |
parent | e2c75d9f54334646b3dcdf1fea0d1afe7bfbf644 (diff) | |
download | linux-fsl-qoriq-e0c7ae376a13fd79a4dad8becab51040d13dfa90.tar.xz |
x86: rename X86_GENERICARCH to X86_32_NON_STANDARD
X86_GENERICARCH is a misnomer - it contains non-PC 32-bit architectures
that are not included in the default build.
Rename it to X86_32_NON_STANDARD.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'drivers')
-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 8b12e6e..9289236 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_GENERICARCH) + depends on X86_32 && (X86_PC || X86_32_NON_STANDARD) help The CS553x companion chips for the AMD Geode processor include NAND flash controllers with built-in hardware ECC |