aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/configs/BF526-EZBRD_defconfig
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2014-04-17 03:21:46 -0400
committerSteven Miao <realmz6@gmail.com>2014-06-12 04:58:50 -0400
commit51fdc6bf98802eb7019ec94dfd82f0e6cd1c82a8 (patch)
tree9e337e48d9677262c8392a7c3387a9ef687a824a /arch/blackfin/configs/BF526-EZBRD_defconfig
parentff5ae12d84d3f7eaeb3850ff6de4289c0c849344 (diff)
blackfin: defconfigs: add MTD_SPI_NOR (new dependency for M25P80)
These defconfigs contain the CONFIG_M25P80 symbol, which is now dependent on the MTD_SPI_NOR symbol. Add CONFIG_MTD_SPI_NOR to the relevant defconfigs. At the same time, drop the now-nonexistent CONFIG_MTD_CHAR symbol. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Cc: Steven Miao <realmz6@gmail.com> Cc: adi-buildroot-devel@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/blackfin/configs/BF526-EZBRD_defconfig')
-rw-r--r--arch/blackfin/configs/BF526-EZBRD_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/configs/BF526-EZBRD_defconfig b/arch/blackfin/configs/BF526-EZBRD_defconfig
index 2f2c6acf210c..530ba7a6d7b0 100644
--- a/arch/blackfin/configs/BF526-EZBRD_defconfig
+++ b/arch/blackfin/configs/BF526-EZBRD_defconfig
@@ -53,7 +53,6 @@ CONFIG_IP_PNP=y
53CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 53CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
54# CONFIG_FW_LOADER is not set 54# CONFIG_FW_LOADER is not set
55CONFIG_MTD=y 55CONFIG_MTD=y
56CONFIG_MTD_CHAR=y
57CONFIG_MTD_BLOCK=y 56CONFIG_MTD_BLOCK=y
58CONFIG_MTD_CFI=y 57CONFIG_MTD_CFI=y
59CONFIG_MTD_CFI_INTELEXT=y 58CONFIG_MTD_CFI_INTELEXT=y
@@ -63,6 +62,7 @@ CONFIG_MTD_COMPLEX_MAPPINGS=y
63CONFIG_MTD_PHYSMAP=y 62CONFIG_MTD_PHYSMAP=y
64CONFIG_MTD_M25P80=y 63CONFIG_MTD_M25P80=y
65CONFIG_MTD_NAND=m 64CONFIG_MTD_NAND=m
65CONFIG_MTD_SPI_NOR=y
66CONFIG_BLK_DEV_RAM=y 66CONFIG_BLK_DEV_RAM=y
67CONFIG_SCSI=y 67CONFIG_SCSI=y
68# CONFIG_SCSI_PROC_FS is not set 68# CONFIG_SCSI_PROC_FS is not set