aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2014-09-07 15:57:56 +0000
committerBen Hutchings <benh@debian.org>2014-09-07 15:57:56 +0000
commit15896ca3a37b9127185723286c56e6f8a055832b (patch)
tree509f0df91b44eed96f21c0591b73a9032eb58c07
parent0a581348dce1f72aae52c98aef7eb754a3c251f8 (diff)
downloadkernel_replicant_linux-15896ca3a37b9127185723286c56e6f8a055832b.tar.gz
kernel_replicant_linux-15896ca3a37b9127185723286c56e6f8a055832b.tar.bz2
kernel_replicant_linux-15896ca3a37b9127185723286c56e6f8a055832b.zip
mtd: Enable MTD_SPI_NOR as module, since M25P80 now depends on it
svn path=/dists/trunk/linux/; revision=21767
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/config5
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 93658c4f24f0..35e2b85bb62a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ linux (3.16.2-1) UNRELEASED; urgency=medium
* sound/firewire: Enable SND_DICE, SND_FIREWORKS, SND_BEBOB as modules
(Closes: #756842)
* hid-sony: Enable SONY_FF (Closes: #760684)
+ * mtd: Enable MTD_SPI_NOR as module, since M25P80 now depends on it
[ Vagrant Cascadian ]
* [armmp] Enable IMX_IPUV3_CORE (closes: #756810).
diff --git a/debian/config/config b/debian/config/config
index eada038c2c05..4158deb180ab 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -2180,6 +2180,11 @@ CONFIG_MTD_ONENAND_VERIFY_WRITE=y
CONFIG_MTD_ONENAND_2X_PROGRAM=y
##
+## file: drivers/mtd/spi-nor/Kconfig
+##
+CONFIG_MTD_SPI_NOR=m
+
+##
## file: drivers/mtd/ubi/Kconfig
##
CONFIG_MTD_UBI=m