blob: 8094c2dc077674b4e19e0e6dad3ff4e096087cba [file]
# Copyright (c) 2024 Meta Platforms
# SPDX-License-Identifier: Apache-2.0
config SYMTAB
bool "Generate symbol table"
help
Generate the symbol table with the offset and name of every
function.
The symbol table can be accessed by including the
<zephyr/debug/symtab.h> header.
Choose N if you have no idea what is this.