Move the symtab Kcofig into the symtab folder. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
13 lines
336 B
Plaintext
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.
|