summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorZhao Qiang <B45475@freescale.com>2013-09-25 09:34:34 (GMT)
committerRivera Jose-B46482 <German.Rivera@freescale.com>2013-09-27 14:51:17 (GMT)
commit5b4b053daa410e65e356cc385fa4609c631d87b1 (patch)
tree0f10f7179c241c7a0ca9f0718b51635dda1d4153 /drivers
parent478fd7f61ac9d4cbce04fcf310fdedcc60a5776d (diff)
downloadlinux-fsl-qoriq-5b4b053daa410e65e356cc385fa4609c631d87b1.tar.xz
SPI:remove depends on CONFIG_EXPERIMENTAL for CONFIG_MTD_M25P80
Now MTD_M25P80 doesn't need to depend on EXPERIMENTAL, which limited the use of M25P80 SPI flash. So we remove the unused EXPERIMENTAL to have MTD_M25P80(needed by P1010RDB-PB, etc) work. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com> Signed-off-by: Zhao Qiang <B45475@freescale.com> Change-Id: I6559a3992713666635ba6a51c75b24f5e8f50a2b Reviewed-on: http://git.am.freescale.net:8181/4944 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Zang Tiefei-R61911 <tie-fei.zang@freescale.com> Reviewed-by: Hu Mingkai-B21284 <Mingkai.Hu@freescale.com> Reviewed-by: Rivera Jose-B46482 <German.Rivera@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/devices/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig
index 46dcb54..088a31a 100644
--- a/drivers/mtd/devices/Kconfig
+++ b/drivers/mtd/devices/Kconfig
@@ -81,7 +81,7 @@ config MTD_DATAFLASH_OTP
config MTD_M25P80
tristate "Support most SPI Flash chips (AT26DF, M25P, W25X, ...)"
- depends on SPI_MASTER && EXPERIMENTAL
+ depends on SPI_MASTER
help
This enables access to most modern SPI flash chips, used for
program and data storage. Series supported include Atmel AT26DF,