linux (RPi): enable CMA debugging

https://github.com/raspberrypi/linux/pull/2647#issuecomment-413566809
This commit is contained in:
MilhouseVH 2018-08-16 15:56:54 +01:00
parent 9118a0772f
commit bbd6e36c9a
2 changed files with 2 additions and 2 deletions

View File

@ -490,7 +490,7 @@ CONFIG_CLEANCACHE=y
CONFIG_FRONTSWAP=y
CONFIG_CMA=y
# CONFIG_CMA_DEBUG is not set
# CONFIG_CMA_DEBUGFS is not set
CONFIG_CMA_DEBUGFS=y
CONFIG_CMA_AREAS=7
# CONFIG_ZSWAP is not set
# CONFIG_ZPOOL is not set

View File

@ -579,7 +579,7 @@ CONFIG_CLEANCACHE=y
CONFIG_FRONTSWAP=y
CONFIG_CMA=y
# CONFIG_CMA_DEBUG is not set
# CONFIG_CMA_DEBUGFS is not set
CONFIG_CMA_DEBUGFS=y
CONFIG_CMA_AREAS=7
# CONFIG_ZSWAP is not set
# CONFIG_ZPOOL is not set