From: Paulius Zaleckas Date: Mon, 6 Apr 2009 13:10:54 +0000 (+0300) Subject: trivial: mtd: fix Kconfig comment about 'armflash' X-Git-Tag: master-2009-06-15~21^2~6^2~26 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=0b1b51f50ed7b4225d0631140de8873fb235a6c0;p=~andy%2Flinux trivial: mtd: fix Kconfig comment about 'armflash' The real 'armflash' map driver is selected by CONFIG_MTD_ARM_INTEGRATOR Signed-off-by: Paulius Zaleckas Signed-off-by: Jiri Kosina --- diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 7d04fb9ddca..b8e35a0b4d7 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -154,7 +154,8 @@ config MTD_AFS_PARTS You will still need the parsing functions to be called by the driver for your particular device. It won't happen automatically. The - 'armflash' map driver (CONFIG_MTD_ARMFLASH) does this, for example. + 'armflash' map driver (CONFIG_MTD_ARM_INTEGRATOR) does this, for + example. config MTD_OF_PARTS tristate "Flash partition map based on OF description"