diff options
author | Julian Braha <julianbraha@gmail.com> | 2021-03-26 06:20:33 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-03-29 11:17:23 +0200 |
commit | e87f69a5187d9414c3c2dae9539649e3823ee32c (patch) | |
tree | a56cb833bd5dcb753f734263e21511e5fbe52329 /arch/mips/Kconfig | |
parent | MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS again (diff) | |
download | linux-e87f69a5187d9414c3c2dae9539649e3823ee32c.tar.xz linux-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>
Diffstat (limited to 'arch/mips/Kconfig')
0 files changed, 0 insertions, 0 deletions