aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/configs/BF527-EZKIT-V2_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/BF527-EZKIT-V2_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/BF527-EZKIT-V2_defconfig')
-rw-r--r--arch/blackfin/configs/BF527-EZKIT-V2_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/configs/BF527-EZKIT-V2_defconfig b/arch/blackfin/configs/BF527-EZKIT-V2_defconfig
index 91535c38e7f2..a21c79275eae 100644
--- a/arch/blackfin/configs/BF527-EZKIT-V2_defconfig
+++ b/arch/blackfin/configs/BF527-EZKIT-V2_defconfig
@@ -58,7 +58,6 @@ CONFIG_BFIN_SIR0=y
58CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 58CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
59# CONFIG_FW_LOADER is not set 59# CONFIG_FW_LOADER is not set
60CONFIG_MTD=y 60CONFIG_MTD=y
61CONFIG_MTD_CHAR=m
62CONFIG_MTD_BLOCK=y 61CONFIG_MTD_BLOCK=y
63CONFIG_MTD_JEDECPROBE=m 62CONFIG_MTD_JEDECPROBE=m
64CONFIG_MTD_RAM=y 63CONFIG_MTD_RAM=y
@@ -66,6 +65,7 @@ CONFIG_MTD_ROM=m
66CONFIG_MTD_COMPLEX_MAPPINGS=y 65CONFIG_MTD_COMPLEX_MAPPINGS=y
67CONFIG_MTD_M25P80=y 66CONFIG_MTD_M25P80=y
68CONFIG_MTD_NAND=m 67CONFIG_MTD_NAND=m
68CONFIG_MTD_SPI_NOR=y
69CONFIG_BLK_DEV_RAM=y 69CONFIG_BLK_DEV_RAM=y
70CONFIG_SCSI=y 70CONFIG_SCSI=y
71# CONFIG_SCSI_PROC_FS is not set 71# CONFIG_SCSI_PROC_FS is not set