From: Tony Lindgren Date: Mon, 19 Jan 2015 17:52:54 +0000 (-0800) Subject: ARM: omap2plus_defconfig: Add NOR flash support X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=48f840e0e73fe6ca9af54f2ce8474f09a8eb9d58;p=linux-beck.git ARM: omap2plus_defconfig: Add NOR flash support Some omaps have NOR flash as the rootfs but we're missing physmap and physmap_of to properly support it. Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index d6f84f27460e..6ed7799b8503 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -108,6 +108,8 @@ CONFIG_MTD_BLOCK=y CONFIG_MTD_OOPS=y CONFIG_MTD_CFI=y CONFIG_MTD_CFI_INTELEXT=y +CONFIG_MTD_PHYSMAP=y +CONFIG_MTD_PHYSMAP_OF=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_ECC_BCH=y CONFIG_MTD_NAND_OMAP2=y