The generic debug-pagealloc should depend on CONFIG_DEBUG_KERNEL as well as the architecture specific one. Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx> Cc: linux-arch@xxxxxxxxxxxxxxx --- mm/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: 2.6-mmotm/mm/Kconfig.debug =================================================================== --- 2.6-mmotm.orig/mm/Kconfig.debug +++ 2.6-mmotm/mm/Kconfig.debug @@ -3,7 +3,7 @@ config WANT_PAGE_DEBUG_FLAGS config PAGE_POISONING bool "Debug page memory allocations" - depends on !ARCH_SUPPORTS_DEBUG_PAGEALLOC + depends on DEBUG_KERNEL && !ARCH_SUPPORTS_DEBUG_PAGEALLOC select DEBUG_PAGEALLOC select WANT_PAGE_DEBUG_FLAGS help -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html