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
46d0d0fb
Commit
46d0d0fb
authored
19 years ago
by
Thomas Gleixner
Browse files
Options
Downloads
Patches
Plain Diff
[MTD] OneNAND/Kconfig: Fix dependencies
Signed-off-by:
Thomas Gleixner
<
tglx@linutronix.de
>
parent
f0250fd7
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/mtd/onenand/Kconfig
+3
-4
3 additions, 4 deletions
drivers/mtd/onenand/Kconfig
with
3 additions
and
4 deletions
drivers/mtd/onenand/Kconfig
+
3
−
4
View file @
46d0d0fb
...
...
@@ -24,11 +24,10 @@ config MTD_ONENAND_VERIFY_WRITE
flipped accidentaly due to device wear or something else.
config MTD_ONENAND_GENERIC
tristate "OneNAND Flash device
on generic board
"
depends on MTD_ONENAND
tristate "OneNAND Flash device
via platform device driver
"
depends on MTD_ONENAND
&& ARM
help
Support for OneNAND flash on generic board. Using device driver
framework, now all most platfrom are support.
Support for OneNAND flash via platform device driver.
config MTD_ONENAND_SYNC_READ
bool "OneNAND Sync. Burst Read Support"
...
...
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