diff options
author | Sekhar Nori <nsekhar@ti.com> | 2015-07-08 20:57:37 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-16 00:54:53 -0700 |
commit | da104dc845afbebcad6d87bd5810c266a426f4dc (patch) | |
tree | 29ec34990abb73d213641482c83721cfaf068b95 /arch/arm/configs | |
parent | 5c107aa031c95c9d9df3034827894e3b6dde90cd (diff) | |
download | op-kernel-dev-da104dc845afbebcad6d87bd5810c266a426f4dc.zip op-kernel-dev-da104dc845afbebcad6d87bd5810c266a426f4dc.tar.gz |
ARM: omap2plus_defconfig: enable support for M25P80 SPI NOR
M25P80 driver provides support for most common SPI NOR devices.
These devices are commonly found on TI EVMs for AM437x and DRA7x
SoCs.
Enable support for this driver in defconfig for omap2plus devices.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 4cb1c11..f7dec31 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -136,6 +136,8 @@ CONFIG_MTD_ONENAND=y CONFIG_MTD_ONENAND_VERIFY_WRITE=y CONFIG_MTD_ONENAND_OMAP2=y CONFIG_MTD_UBI=y +CONFIG_MTD_SPI_NOR=m +CONFIG_MTD_M25P80=m CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=16384 |