Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1652916
| From | Michal Simek <michal.simek@xilinx.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/3] microblaze: Enabling CONFIGS related to MTD |
| Date | 2017-05-30 10:00 +0200 |
| Message-ID | <tMKen-4q1-21@gated-at.bofh.it> (permalink) |
| References | <tMKem-4q1-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Vineeth Chowdary Karumanchi <vineethchowz.chowdary@xilinx.com> Add support for Intel and AMD flash devices by default for mmu configuration. Signed-off-by: Vineeth Chowdary Karumanchi <vineethchowz.chowdary@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> --- arch/microblaze/configs/mmu_defconfig | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/3] microblaze: Update defconfigs Michal Simek <michal.simek@xilinx.com> - 2017-05-30 10:00 +0200 [PATCH 2/3] microblaze: Enabling CONFIGS related to MTD Michal Simek <michal.simek@xilinx.com> - 2017-05-30 10:00 +0200 [PATCH 3/3] microblaze: Enabling CONFIG_BRIDGE in mmu_defconfig Michal Simek <michal.simek@xilinx.com> - 2017-05-30 10:00 +0200
csiph-web