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
Kirill Smelkov
linux
Commits
affd2b3a
Commit
affd2b3a
authored
Aug 17, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make BLKMTD and MTD_PCMCIA broken. They are. Maybe somebody
will stand up and un-break them.
parent
8712017d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/mtd/devices/Kconfig
drivers/mtd/devices/Kconfig
+1
-1
drivers/mtd/maps/Kconfig
drivers/mtd/maps/Kconfig
+1
-1
No files found.
drivers/mtd/devices/Kconfig
View file @
affd2b3a
...
@@ -102,7 +102,7 @@ config MTDRAM_ABS_POS
...
@@ -102,7 +102,7 @@ config MTDRAM_ABS_POS
config MTD_BLKMTD
config MTD_BLKMTD
tristate "MTD emulation using block device"
tristate "MTD emulation using block device"
depends on MTD
depends on MTD
&& BROKEN
help
help
This driver allows a block device to appear as an MTD. It would
This driver allows a block device to appear as an MTD. It would
generally be used in the following cases:
generally be used in the following cases:
...
...
drivers/mtd/maps/Kconfig
View file @
affd2b3a
...
@@ -468,7 +468,7 @@ config MTD_PCI
...
@@ -468,7 +468,7 @@ config MTD_PCI
config MTD_PCMCIA
config MTD_PCMCIA
tristate "PCMCIA MTD driver"
tristate "PCMCIA MTD driver"
depends on MTD && PCMCIA && MTD_COMPLEX_MAPPINGS
depends on MTD && PCMCIA && MTD_COMPLEX_MAPPINGS
&& BROKEN
help
help
Map driver for accessing PCMCIA linear flash memory cards. These
Map driver for accessing PCMCIA linear flash memory cards. These
cards are usually around 4-16MiB in size. This does not include
cards are usually around 4-16MiB in size. This does not include
...
...
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