:orphan: .. title:: CONFIG_GPIO_TEST .. kconfig:: CONFIG_GPIO_TEST CONFIG_GPIO_TEST ################ *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/gpio/Kconfig.test:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:120`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_TEST bool default n depends on GPIO *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*