projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4262bd2
)
[MTD] [NOR] Select MTD_CFI_UTIL when MTD_CFI probe routine is enabled
author
David Woodhouse
<David.Woodhouse@intel.com>
Mon, 1 Sep 2008 11:21:05 +0000
(12:21 +0100)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Mon, 1 Sep 2008 11:23:22 +0000
(12:23 +0100)
It requires cfi_qry_mode_on(), which is in cfi_util.c
Reported by Russell King
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/chips/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/chips/Kconfig
b/drivers/mtd/chips/Kconfig
index 9401bfec46235aa76a4d866f45a6270fe6925528..9408099eec48e59b033900957f8ce0a02c76dbb6 100644
(file)
--- 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