From: Vineeth Chowdary Karumanchi Date: Tue, 22 Nov 2016 11:16:04 +0000 (+0530) Subject: microblaze: Enabling CONFIGS related to MTD X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=17f4977ccd2b4c005f2cc2a543fbd20efb2b3b0a;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git microblaze: Enabling CONFIGS related to MTD Add support for Intel and AMD flash devices by default for mmu configuration. Signed-off-by: Vineeth Chowdary Karumanchi Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/configs/mmu_defconfig b/arch/microblaze/configs/mmu_defconfig index f5bc8e1876d5..c6c6ff5d7b33 100644 --- a/arch/microblaze/configs/mmu_defconfig +++ b/arch/microblaze/configs/mmu_defconfig @@ -33,6 +33,9 @@ CONFIG_UNIX=y CONFIG_INET=y # CONFIG_IPV6 is not set CONFIG_MTD=y +CONFIG_MTD_CFI=y +CONFIG_MTD_CFI_INTELEXT=y +CONFIG_MTD_CFI_AMDSTD=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=8192 CONFIG_NETDEVICES=y