aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Braha <julianbraha@gmail.com>2021-03-26 01:20:33 -0400
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2021-03-29 11:17:23 +0200
commite87f69a5187d9414c3c2dae9539649e3823ee32c (patch)
treea56cb833bd5dcb753f734263e21511e5fbe52329
parentMIPS/bpf: Enable bpf_probe_read{, str}() on MIPS again (diff)
downloadlinux-dev-e87f69a5187d9414c3c2dae9539649e3823ee32c.tar.xz
linux-dev-e87f69a5187d9414c3c2dae9539649e3823ee32c.zip
arch: mips: fix unmet dependency for DEBUG_INFO
When SB1XXX_CORELIS is enabled, COMPILE_TEST is disabled, and DEBUG_KERNEL is disabled, Kbuild gives the following warning: WARNING: unmet direct dependencies detected for DEBUG_INFO Depends on [n]: DEBUG_KERNEL [=n] && !COMPILE_TEST [=n] Selected by [y]: - SB1XXX_CORELIS [=y] && SIBYTE_SB1xxx_SOC [=y] && !COMPILE_TEST [=n] This is because SB1XXX_CORELIS selects DEBUG_INFO without selecting or depending on DEBUG_KERNEL, despite DEBUG_INFO depending on DEBUG_KERNEL. Signed-off-by: Julian Braha <julianbraha@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
-rw-r--r--arch/mips/Kconfig.debug1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig.debug b/arch/mips/Kconfig.debug
index 7a8d94cdd493..f5832a49a881 100644
--- a/arch/mips/Kconfig.debug
+++ b/arch/mips/Kconfig.debug
@@ -77,6 +77,7 @@ config CMDLINE_OVERRIDE
config SB1XXX_CORELIS
bool "Corelis Debugger"
depends on SIBYTE_SB1xxx_SOC
+ select DEBUG_KERNEL if !COMPILE_TEST
select DEBUG_INFO if !COMPILE_TEST
help
Select compile flags that produce code that can be processed by the