diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2007-11-14 20:01:20 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-14 21:45:46 -0500 |
commit | 1b8be1d82dd3b1ef32b15923123afa03bfeeb116 (patch) | |
tree | 9d844775d6f06ce24f9faa4318856ebc73249f59 /arch/cris/arch-v10/defconfig | |
parent | 77accbf505a073beecf32e60265697517e203bea (diff) |
CRIS: remove MTD_AMSTD and MTD_OBSOLETE_CHIPS take two
Remove MTD_AMDSTD and MTD_OBSOLETE_CHIPS from defconfig, Kconfig and code,
instead we'll use MTD_CFI or MTD_JEDECPROBE.
[akpm@linux-foundation.org: codingl-style cleanups]
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/cris/arch-v10/defconfig')
-rw-r--r-- | arch/cris/arch-v10/defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/cris/arch-v10/defconfig b/arch/cris/arch-v10/defconfig index 710c20ba2be7..572f11926399 100644 --- a/arch/cris/arch-v10/defconfig +++ b/arch/cris/arch-v10/defconfig | |||
@@ -99,7 +99,6 @@ CONFIG_MTD=y | |||
99 | CONFIG_MTD_CFI=y | 99 | CONFIG_MTD_CFI=y |
100 | # CONFIG_MTD_CFI_INTELEXT is not set | 100 | # CONFIG_MTD_CFI_INTELEXT is not set |
101 | CONFIG_MTD_CFI_AMDSTD=y | 101 | CONFIG_MTD_CFI_AMDSTD=y |
102 | CONFIG_MTD_AMDSTD=y | ||
103 | CONFIG_MTD_CHAR=y | 102 | CONFIG_MTD_CHAR=y |
104 | CONFIG_MTD_BLOCK=y | 103 | CONFIG_MTD_BLOCK=y |
105 | CONFIG_ETRAX_I2C=y | 104 | CONFIG_ETRAX_I2C=y |
@@ -145,7 +144,6 @@ CONFIG_MTD_CFI=y | |||
145 | # CONFIG_MTD_CFI_GEOMETRY is not set | 144 | # CONFIG_MTD_CFI_GEOMETRY is not set |
146 | # CONFIG_MTD_CFI_INTELEXT is not set | 145 | # CONFIG_MTD_CFI_INTELEXT is not set |
147 | CONFIG_MTD_CFI_AMDSTD=y | 146 | CONFIG_MTD_CFI_AMDSTD=y |
148 | CONFIG_MTD_AMDSTD=y | ||
149 | # CONFIG_MTD_SHARP is not set | 147 | # CONFIG_MTD_SHARP is not set |
150 | # CONFIG_MTD_PHYSMAP is not set | 148 | # CONFIG_MTD_PHYSMAP is not set |
151 | # CONFIG_MTD_NORA is not set | 149 | # CONFIG_MTD_NORA is not set |