add DEBUG condition to select debug configuration by default
authorsunghan <sh924.chang@samsung.com>
Tue, 4 Apr 2017 06:52:17 +0000 (15:52 +0900)
committersunghan <sh924.chang@samsung.com>
Tue, 4 Apr 2017 06:52:17 +0000 (15:52 +0900)
DEBUG_MM_HEAPINFO can be enabled when DEBUG is enabled.
warning: (ENABLE_HEAPINFO) selects DEBUG_MM_HEAPINFO which has unmet direct dependencies (DEBUG)

apps/system/utils/Kconfig

index 2b3d9a9..35b6e2c 100644 (file)
@@ -77,7 +77,7 @@ config ENABLE_HEAPINFO
        bool "heapinfo"
        default y
        depends on !BUILD_PROTECTED
-       select DEBUG_MM_HEAPINFO
+       select DEBUG_MM_HEAPINFO if DEBUG
        ---help---
                Show information about memory status per thread