Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xcap-capability-linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xcap
xcap-capability-linux
Commits
33280eac
Commit
33280eac
authored
18 years ago
by
David Woodhouse
Browse files
Options
Downloads
Patches
Plain Diff
[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
>
parent
a6a8bef7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/mtd/nand/Kconfig
+1
-1
1 addition, 1 deletion
drivers/mtd/nand/Kconfig
with
1 addition
and
1 deletion
drivers/mtd/nand/Kconfig
+
1
−
1
View file @
33280eac
...
@@ -211,7 +211,7 @@ config MTD_NAND_SHARPSL
...
@@ -211,7 +211,7 @@ config MTD_NAND_SHARPSL
config MTD_NAND_CS553X
config MTD_NAND_CS553X
tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)"
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
help
The CS553x companion chips for the AMD Geode processor
The CS553x companion chips for the AMD Geode processor
include NAND flash controllers with built-in hardware ECC
include NAND flash controllers with built-in hardware ECC
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment