summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorDavid Woodhouse2008-09-01 13:21:05 +0200
committerDavid Woodhouse2008-09-01 13:23:22 +0200
commit5e706469a0518ec640a122aa5da22035e2af003a (patch)
treea485b82a8938284a34f0ba0fe87cbdc1cfc7c2f8 /drivers/mtd
parent[MTD] [NAND] pxa3xx_nand_flash: Add definition of STM2GbX16 NAND flashes (diff)
downloadkernel-qcow2-linux-5e706469a0518ec640a122aa5da22035e2af003a.tar.gz
kernel-qcow2-linux-5e706469a0518ec640a122aa5da22035e2af003a.tar.xz
kernel-qcow2-linux-5e706469a0518ec640a122aa5da22035e2af003a.zip
[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@intel.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/chips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/chips/Kconfig b/drivers/mtd/chips/Kconfig
index 9401bfec4623..9408099eec48 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