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