The latest development version of this page may be more current than this released 3.0.0 version.
choice FFF_TEST: The type of FFF test to bring in

The type of FFF test to bring in

Type: bool

Direct dependencies

FFF_TEST && 0

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the first (visible) choice option.

Kconfig definition

At modules/fff/Kconfig:15

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:80

Menu path: (Top) → Modules → FFF Test suite

choice FFF_TEST
    bool "The type of FFF test to bring in"
    depends on FFF_TEST && 0

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)