:orphan: .. title:: choice FFF_TEST: The type of FFF test to bring in .. _choice_32: .. describe:: choice FFF_TEST: The type of FFF test to bring in *The type of FFF test to bring in* Type: ``bool`` Direct dependencies =================== \ :kconfig:`FFF_TEST ` && 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`FFF_TEST_C ` - \ :kconfig:`FFF_TEST_GLOBAL_C ` Kconfig definition ================== At ``/fff/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:80`` Menu path: (Top) → Modules → FFF Test suite .. code-block:: kconfig 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.)*