The former is needed because dt_module.c doesn't know how to ignore assembler
labels when reading module symbol data: the latter because dwarf2ctf reads the
types out of debug info.
Use select rather than require because both of these requirements are distinctly
non-obvious and we don't want to force people to hunt about for them.
Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
default y
depends on X86_64 && !DEBUG_LOCK_ALLOC
select KALLSYMS
+ select STRIP_ASM_SYMS if (!DT_DISABLE_CTF)
+ select DEBUG_INFO if (!DT_DISABLE_CTF)
help
To be written.