:orphan: .. title:: CONFIG_GPIO_SHELL .. kconfig:: CONFIG_GPIO_SHELL CONFIG_GPIO_SHELL ################# *Enable GPIO Shell* Type: ``bool`` Help ==== .. code-block:: none Enable GPIO Shell for testing. Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/gpio/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_SHELL bool "Enable GPIO Shell" depends on SHELL && GPIO help Enable GPIO Shell for testing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*