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/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/defconfig')
-rw-r--r-- | arch/cris/defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/cris/defconfig b/arch/cris/defconfig index e2d81859ee15..9c33ae659934 100644 --- a/arch/cris/defconfig +++ b/arch/cris/defconfig | |||
@@ -226,8 +226,6 @@ CONFIG_MTD_CFI_UTIL=y | |||
226 | CONFIG_MTD_RAM=y | 226 | CONFIG_MTD_RAM=y |
227 | # CONFIG_MTD_ROM is not set | 227 | # CONFIG_MTD_ROM is not set |
228 | # CONFIG_MTD_ABSENT is not set | 228 | # CONFIG_MTD_ABSENT is not set |
229 | CONFIG_MTD_OBSOLETE_CHIPS=y | ||
230 | CONFIG_MTD_AMDSTD=y | ||
231 | # CONFIG_MTD_SHARP is not set | 229 | # CONFIG_MTD_SHARP is not set |
232 | # CONFIG_MTD_JEDEC is not set | 230 | # CONFIG_MTD_JEDEC is not set |
233 | 231 | ||