diff options
author | Brian Norris <computersforpeace@gmail.com> | 2014-04-17 03:21:46 -0400 |
---|---|---|
committer | Steven Miao <realmz6@gmail.com> | 2014-06-12 04:58:50 -0400 |
commit | 51fdc6bf98802eb7019ec94dfd82f0e6cd1c82a8 (patch) | |
tree | 9e337e48d9677262c8392a7c3387a9ef687a824a /arch/blackfin/configs/BF527-EZKIT-V2_defconfig | |
parent | ff5ae12d84d3f7eaeb3850ff6de4289c0c849344 (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_defconfig | 2 |
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 | |||
58 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 58 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
59 | # CONFIG_FW_LOADER is not set | 59 | # CONFIG_FW_LOADER is not set |
60 | CONFIG_MTD=y | 60 | CONFIG_MTD=y |
61 | CONFIG_MTD_CHAR=m | ||
62 | CONFIG_MTD_BLOCK=y | 61 | CONFIG_MTD_BLOCK=y |
63 | CONFIG_MTD_JEDECPROBE=m | 62 | CONFIG_MTD_JEDECPROBE=m |
64 | CONFIG_MTD_RAM=y | 63 | CONFIG_MTD_RAM=y |
@@ -66,6 +65,7 @@ CONFIG_MTD_ROM=m | |||
66 | CONFIG_MTD_COMPLEX_MAPPINGS=y | 65 | CONFIG_MTD_COMPLEX_MAPPINGS=y |
67 | CONFIG_MTD_M25P80=y | 66 | CONFIG_MTD_M25P80=y |
68 | CONFIG_MTD_NAND=m | 67 | CONFIG_MTD_NAND=m |
68 | CONFIG_MTD_SPI_NOR=y | ||
69 | CONFIG_BLK_DEV_RAM=y | 69 | CONFIG_BLK_DEV_RAM=y |
70 | CONFIG_SCSI=y | 70 | CONFIG_SCSI=y |
71 | # CONFIG_SCSI_PROC_FS is not set | 71 | # CONFIG_SCSI_PROC_FS is not set |