diff options
author | George G. Davis <gdavis@mvista.com> | 2008-08-04 19:43:25 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-08-06 04:41:35 -0400 |
commit | a0e7229edbfef9495e73bc8baea2131a7e69e365 (patch) | |
tree | ae3c92f7ea5146cad363590bc4d490c77710b456 /drivers/mtd/chips | |
parent | 16e00b609aed439453d57b954b449f647466e0d7 (diff) |
[MTD] [NOR] Add "Spansion" to MTD_CFI_AMDSTD kconfig menu description
This long overdue trivial change to the MTD_CFI_AMDSTD kconfig menu
description is intended to help clarify that this option also supports
Spansion flash devices.
Signed-off-by: George G. Davis <gdavis@mvista.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/chips')
-rw-r--r-- | drivers/mtd/chips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/chips/Kconfig b/drivers/mtd/chips/Kconfig index 4c35e5d77f95..9401bfec4623 100644 --- a/drivers/mtd/chips/Kconfig +++ b/drivers/mtd/chips/Kconfig | |||
@@ -188,7 +188,7 @@ config MTD_CFI_INTELEXT | |||
188 | StrataFlash and other parts. | 188 | StrataFlash and other parts. |
189 | 189 | ||
190 | config MTD_CFI_AMDSTD | 190 | config MTD_CFI_AMDSTD |
191 | tristate "Support for AMD/Fujitsu flash chips" | 191 | tristate "Support for AMD/Fujitsu/Spansion flash chips" |
192 | depends on MTD_GEN_PROBE | 192 | depends on MTD_GEN_PROBE |
193 | select MTD_CFI_UTIL | 193 | select MTD_CFI_UTIL |
194 | help | 194 | help |