1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 22:37:32 +02:00

Enable MMC unsafe resume. Otherwise the system will hang during suspend

This commit is contained in:
Lars-Peter Clausen 2009-11-29 04:19:57 +01:00
parent 0cc0cfdf81
commit 58eb7333af

View File

@ -207,6 +207,7 @@ CONFIG_MMC=y
CONFIG_MMC_BLOCK=y CONFIG_MMC_BLOCK=y
# CONFIG_MMC_BLOCK_BOUNCE is not set # CONFIG_MMC_BLOCK_BOUNCE is not set
CONFIG_MMC_JZ=y CONFIG_MMC_JZ=y
CONFIG_MMC_UNSAFE_RESUME=y
CONFIG_MODULE_SRCVERSION_ALL=y CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_MODVERSIONS=y CONFIG_MODVERSIONS=y
# CONFIG_MTD_CFI is not set # CONFIG_MTD_CFI is not set