The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_GPIO_SHELL

Enable GPIO Shell

Type: bool

Help

Enable GPIO Shell for testing.

Direct dependencies

GPIO

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/gpio/Kconfig:20

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32

Menu path: (top menu) → Device Drivers → GPIO Drivers

config GPIO_SHELL
    bool
    prompt "Enable GPIO Shell" if GPIO
    depends on GPIO
    help
      Enable GPIO Shell for testing.

(Definitions include propagated dependencies, including from if’s and menus.)