Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
30966174
Commit
30966174
authored
Nov 07, 2005
by
Thomas Gleixner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MTD] NAND Kconfig: Simplify dependencies
Signed-off-by:
Thomas Gleixner
<
tglx@linutronix.de
>
parent
3e174049
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
drivers/mtd/nand/Kconfig
drivers/mtd/nand/Kconfig
+6
-6
No files found.
drivers/mtd/nand/Kconfig
View file @
30966174
...
@@ -25,33 +25,33 @@ config MTD_NAND_VERIFY_WRITE
...
@@ -25,33 +25,33 @@ config MTD_NAND_VERIFY_WRITE
config MTD_NAND_AUTCPU12
config MTD_NAND_AUTCPU12
tristate "SmartMediaCard on autronix autcpu12 board"
tristate "SmartMediaCard on autronix autcpu12 board"
depends on
ARM &&
MTD_NAND && ARCH_AUTCPU12
depends on MTD_NAND && ARCH_AUTCPU12
help
help
This enables the driver for the autronix autcpu12 board to
This enables the driver for the autronix autcpu12 board to
access the SmartMediaCard.
access the SmartMediaCard.
config MTD_NAND_EDB7312
config MTD_NAND_EDB7312
tristate "Support for Cirrus Logic EBD7312 evaluation board"
tristate "Support for Cirrus Logic EBD7312 evaluation board"
depends on
ARM &&
MTD_NAND && ARCH_EDB7312
depends on MTD_NAND && ARCH_EDB7312
help
help
This enables the driver for the Cirrus Logic EBD7312 evaluation
This enables the driver for the Cirrus Logic EBD7312 evaluation
board to access the onboard NAND Flash.
board to access the onboard NAND Flash.
config MTD_NAND_H1900
config MTD_NAND_H1900
tristate "iPAQ H1900 flash"
tristate "iPAQ H1900 flash"
depends on
ARM &&
MTD_NAND && ARCH_PXA && MTD_PARTITIONS
depends on MTD_NAND && ARCH_PXA && MTD_PARTITIONS
help
help
This enables the driver for the iPAQ h1900 flash.
This enables the driver for the iPAQ h1900 flash.
config MTD_NAND_SPIA
config MTD_NAND_SPIA
tristate "NAND Flash device on SPIA board"
tristate "NAND Flash device on SPIA board"
depends on AR
M && AR
CH_P720T && MTD_NAND
depends on ARCH_P720T && MTD_NAND
help
help
If you had to ask, you don't have one. Say 'N'.
If you had to ask, you don't have one. Say 'N'.
config MTD_NAND_TOTO
config MTD_NAND_TOTO
tristate "NAND Flash device on TOTO board"
tristate "NAND Flash device on TOTO board"
depends on AR
M && AR
CH_OMAP && MTD_NAND
depends on ARCH_OMAP && MTD_NAND
help
help
Support for NAND flash on Texas Instruments Toto platform.
Support for NAND flash on Texas Instruments Toto platform.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment