Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_13339' into 'master'
Browse files Browse the repository at this point in the history
docs(kconfig): Correct typo "boolens" to "Booleans" (GitHub PR)

Closes IDFGH-12304

See merge request espressif/esp-idf!29538
  • Loading branch information
dobairoland committed Mar 11, 2024
2 parents 8ce8a9e + 6ed5e98 commit 0bbee51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/api-reference/kconfig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Project Configuration
Introduction
============

The esp-idf-kconfig_ package that ESP-IDF uses is based on kconfiglib_, which is a Python extension to the Kconfig_ system. Kconfig provides a compile-time project configuration mechanism and offers configuration options of several types (e.g., integers, strings, and boolens). Kconfig files specify dependencies between options, default values of options, the way options are grouped together, etc.
The esp-idf-kconfig_ package that ESP-IDF uses is based on kconfiglib_, which is a Python extension to the Kconfig_ system. Kconfig provides a compile-time project configuration mechanism and offers configuration options of several types (e.g., integers, strings, and Booleans). Kconfig files specify dependencies between options, default values of options, the way options are grouped together, etc.

For the full list of available features, please see Kconfig_ and `kconfiglib extentions`_.

Expand Down

0 comments on commit 0bbee51

Please sign in to comment.