docs/stm32f4discovery: Align naming of configuration options

Aligns `CONFIG_INTERPRETER_*` options to `CONFIG_INTERPRETERS_*` to be
consistent with other interpreters.

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
This commit is contained in:
Matteo Golin
2026-02-15 16:28:30 -05:00
committed by simbit18
parent f34a6e43db
commit b4242042e1
@@ -794,7 +794,7 @@ Dependencies::
Enable the BASIC interpreter. Other default options should be okay:: Enable the BASIC interpreter. Other default options should be okay::
CONFIG_INTERPRETERS_BAS=y : Enables the interpreter CONFIG_INTERPRETERS_BAS=y : Enables the interpreter
CONFIG_INTERPRETER_BAS_VT100=y CONFIG_INTERPRETERS_BAS_VT100=y
The BASIC test suite can be included:: The BASIC test suite can be included::