Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

+1
+1
drivers/mtd/chips/Kconfig
··· 6 6 config MTD_CFI 7 7 tristate "Detect flash chips by Common Flash Interface (CFI) probe" 8 8 select MTD_GEN_PROBE 9 + select MTD_CFI_UTIL 9 10 help 10 11 The Common Flash Interface specification was developed by Intel, 11 12 AMD and other flash manufactures that provides a universal method