[armhf/mx5] mtd: Enable MTD_BLOCK as module

flash-kernel depends on mtdblock, so enable that and include it in
mtd-modules instead of mtdchar (which wasn't enabled either).

svn path=/dists/sid/linux/; revision=19673
This commit is contained in:
Ben Hutchings 2013-01-02 14:25:57 +00:00
parent 0abe8105c2
commit f64d101705
3 changed files with 4 additions and 2 deletions

3
debian/changelog vendored
View File

@ -4,11 +4,12 @@ linux (3.2.35-3) UNRELEASED; urgency=low
* Input: wacom - fix touch support for Bamboo Fun CTH-461
* media/rc: Add iguanair driver from Linux 3.7 (Closes: #696925)
* rt2800: add chipset revision RT5390R support (Closes: #696592)
* [armhf/mx5] mtd: Enable MTD_BLOCK as module
* [armhf/mx5] udeb: Add missing storage drivers (Closes: #697128)
- Add ata-modules including libata, pata-modules including pata_imx,
sata-modules including ahci_platform
- Add sdhci-esdhc-imx to mmc-modules
- Add mtd-modules including mtd, mtdchar and m25p80
- Add mtd-modules including mtd, mtdblock and m25p80
[ Aurelien Jarno ]
* [armhf/vexpress] Add kernel udebs.

View File

@ -103,6 +103,7 @@ CONFIG_MMC_MXC=m
##
#. Efika has SPI NOR MTD device
CONFIG_MTD=m
CONFIG_MTD_BLOCK=m
##
## file: drivers/net/wireless/mwifiex/Kconfig

View File

@ -1,2 +1,2 @@
mtd
mtdchar
mtdblock