Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18630
b: refs/heads/master
c: 3001aa8
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jan 17, 2006
1 parent d473591 commit 6fbdec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3868cca523e20a2600f6a9b1feebb69a6c8ccb68
refs/heads/master: 3001aa826ea6a4de12b437188c2a095991d2d142
6 changes: 3 additions & 3 deletions trunk/drivers/mtd/chips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ config MTD_ABSENT
with this driver will return -ENODEV upon access.

config MTD_OBSOLETE_CHIPS
depends on MTD && BROKEN
depends on MTD
bool "Older (theoretically obsoleted now) drivers for non-CFI chips"
help
This option does not enable any code directly, but will allow you to
Expand All @@ -272,7 +272,7 @@ config MTD_OBSOLETE_CHIPS

config MTD_AMDSTD
tristate "AMD compatible flash chip support (non-CFI)"
depends on MTD && MTD_OBSOLETE_CHIPS
depends on MTD && MTD_OBSOLETE_CHIPS && BROKEN
help
This option enables support for flash chips using AMD-compatible
commands, including some which are not CFI-compatible and hence
Expand All @@ -290,7 +290,7 @@ config MTD_SHARP

config MTD_JEDEC
tristate "JEDEC device support"
depends on MTD && MTD_OBSOLETE_CHIPS
depends on MTD && MTD_OBSOLETE_CHIPS && BROKEN
help
Enable older older JEDEC flash interface devices for self
programming flash. It is commonly used in older AMD chips. It is
Expand Down

0 comments on commit 6fbdec1

Please sign in to comment.