zephyr/subsys/debug/symtab/Kconfig
Yong Cong Sin 3cb2c04fc1 subsys/debug: relocate symtab Kconfig
Move the symtab Kcofig into the symtab folder.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-06-04 22:36:51 -04:00

13 lines
336 B
Plaintext

# 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.