[kernel] r21767 - in dists/trunk/linux/debian: . config
Ben Hutchings
benh at moszumanska.debian.org
Sun Sep 7 15:57:56 UTC 2014
Author: benh
Date: Sun Sep 7 15:57:56 2014
New Revision: 21767
Log:
mtd: Enable MTD_SPI_NOR as module, since M25P80 now depends on it
Modified:
dists/trunk/linux/debian/changelog
dists/trunk/linux/debian/config/config
Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog Sun Sep 7 03:40:09 2014 (r21766)
+++ dists/trunk/linux/debian/changelog Sun Sep 7 15:57:56 2014 (r21767)
@@ -24,6 +24,7 @@
* 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).
Modified: dists/trunk/linux/debian/config/config
==============================================================================
--- dists/trunk/linux/debian/config/config Sun Sep 7 03:40:09 2014 (r21766)
+++ dists/trunk/linux/debian/config/config Sun Sep 7 15:57:56 2014 (r21767)
@@ -2180,6 +2180,11 @@
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
More information about the Kernel-svn-changes
mailing list