[MTD] [NOR] Select MTD_CFI_UTIL when MTD_CFI probe routine is enabled
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Mon Sep 1 07:59:01 EDT 2008
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=5e706469a0518ec640a122aa5da22035e2af003a
Commit: 5e706469a0518ec640a122aa5da22035e2af003a
Parent: 4262bd2981307258b31e15f1a526d2b3884e77b5
Author: David Woodhouse <David.Woodhouse at intel.com>
AuthorDate: Mon Sep 1 12:21:05 2008 +0100
Committer: David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Mon Sep 1 12:23:22 2008 +0100
[MTD] [NOR] Select MTD_CFI_UTIL when MTD_CFI probe routine is enabled
It requires cfi_qry_mode_on(), which is in cfi_util.c
Reported by Russell King
Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
drivers/mtd/chips/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/chips/Kconfig b/drivers/mtd/chips/Kconfig
index 9401bfe..9408099 100644
--- a/drivers/mtd/chips/Kconfig
+++ b/drivers/mtd/chips/Kconfig
@@ -6,6 +6,7 @@ menu "RAM/ROM/Flash chip drivers"
config MTD_CFI
tristate "Detect flash chips by Common Flash Interface (CFI) probe"
select MTD_GEN_PROBE
+ select MTD_CFI_UTIL
help
The Common Flash Interface specification was developed by Intel,
AMD and other flash manufactures that provides a universal method
More information about the linux-mtd-cvs
mailing list