Kallsyms in x86_64?

I would like kallsyms to be enabled in my 64 bit x86 Linux build however, this appears to only be a configuration option for generic and omap.

Is it possible to enable kallsyms in 64bit? Am I missing something?

Thank you.

target/linux/x86/config-5.10:CONFIG_KALLSYMS=y
target/linux/x86/config-5.4:CONFIG_KALLSYMS=y

it's enabled unconditionally on x86/ x86_64.

2 Likes

oh interesting; thank you