diff options
author | Vineeth Chowdary Karumanchi <vineethchowz.chowdary@xilinx.com> | 2016-11-22 06:16:04 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-06-22 09:36:58 -0400 |
commit | 17f4977ccd2b4c005f2cc2a543fbd20efb2b3b0a (patch) | |
tree | 4e46bf07614fd4ffa53cf142d784ceff1c86bc31 | |
parent | e0d4fa5f7a500cb5d1909b1bc3257031d73c2759 (diff) |
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 <vineethchowz.chowdary@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | arch/microblaze/configs/mmu_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
33 | CONFIG_INET=y | 33 | CONFIG_INET=y |
34 | # CONFIG_IPV6 is not set | 34 | # CONFIG_IPV6 is not set |
35 | CONFIG_MTD=y | 35 | CONFIG_MTD=y |
36 | CONFIG_MTD_CFI=y | ||
37 | CONFIG_MTD_CFI_INTELEXT=y | ||
38 | CONFIG_MTD_CFI_AMDSTD=y | ||
36 | CONFIG_BLK_DEV_RAM=y | 39 | CONFIG_BLK_DEV_RAM=y |
37 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 40 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
38 | CONFIG_NETDEVICES=y | 41 | CONFIG_NETDEVICES=y |