kconfig
This module contains the Kconfig configuration logic.
It provides the following targets:
menuconfig: Run the Kconfig menuconfig tool.guiconfig: Run the Kconfig guiconfig tool.hardenconfig: Run the Kconfig hardenconfig tool.traceconfig: Run the Kconfig traceconfig tool.
Variables
After loading this module, the following global variables are defined:
- AUTOCONF_H
Path to the generated autoconf header file. Default:
${PROJECT_BINARY_DIR}/include/generated/zephyr/autoconf.h.
The Kconfig fragments this module reads are selected by CONF_FILE and
EXTRA_CONF_FILE, which are resolved by the configuration_files
module.