浏览代码

MIPS: Sibyte: Fix Kconfig warning.

warning: (SB1XXX_CORELIS) selects DEBUG_INFO which has unmet direct dependencies (DEBUG_KERNEL && !COMPILE_TEST)

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 8 年之前
父节点
当前提交
3e441845ca
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/Kconfig.debug

+ 1 - 1
arch/mips/Kconfig.debug

@@ -82,7 +82,7 @@ config CMDLINE_OVERRIDE
 config SB1XXX_CORELIS
 config SB1XXX_CORELIS
 	bool "Corelis Debugger"
 	bool "Corelis Debugger"
 	depends on SIBYTE_SB1xxx_SOC
 	depends on SIBYTE_SB1xxx_SOC
-	select DEBUG_INFO
+	select DEBUG_INFO if !COMPILE_TEST
 	help
 	help
 	  Select compile flags that produce code that can be processed by the
 	  Select compile flags that produce code that can be processed by the
 	  Corelis mksym utility and UDB Emulator.
 	  Corelis mksym utility and UDB Emulator.