diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2006-03-19 23:40:46 -0500 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-17 11:20:57 -0400 |
commit | ceb31db11f78935c666c50fe9c99d4560d592fde (patch) | |
tree | cbe81df911ebd9ba1c840d1203e7835e7b583504 /drivers/mtd | |
parent | be21ce119716f821c595552917ce7c05a3997b6b (diff) |
LASAT depends on MTD_CFI
The following difference was found between the mainline and linux-mips
kernel. LASAT depends on MTD_CFI.
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 4e2bd37b3d8a..6bdaacc6d6f9 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -200,8 +200,8 @@ config MTD_TSUNAMI | |||
200 | Support for the flash chip on Tsunami TIG bus. | 200 | Support for the flash chip on Tsunami TIG bus. |
201 | 201 | ||
202 | config MTD_LASAT | 202 | config MTD_LASAT |
203 | tristate "Flash chips on LASAT board" | 203 | tristate "LASAT flash device" |
204 | depends on LASAT | 204 | depends on LASAT && MTD_CFI |
205 | help | 205 | help |
206 | Support for the flash chips on the Lasat 100 and 200 boards. | 206 | Support for the flash chips on the Lasat 100 and 200 boards. |
207 | 207 | ||