Skip to content

Commit

Permalink
docs(kconfig): Correct typo "boolens" to "booleans"
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbowering24 authored Mar 8, 2024
1 parent 8e863fa commit 17f60b1
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 17f60b1

Please sign in to comment.