[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>
This commit is contained in:
David Woodhouse 2008-09-01 12:21:05 +01:00
Родитель 4262bd2981
Коммит 5e706469a0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,7 @@ menu "RAM/ROM/Flash chip drivers"
config MTD_CFI config MTD_CFI
tristate "Detect flash chips by Common Flash Interface (CFI) probe" tristate "Detect flash chips by Common Flash Interface (CFI) probe"
select MTD_GEN_PROBE select MTD_GEN_PROBE
select MTD_CFI_UTIL
help help
The Common Flash Interface specification was developed by Intel, The Common Flash Interface specification was developed by Intel,
AMD and other flash manufactures that provides a universal method AMD and other flash manufactures that provides a universal method