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

Enable various shells for testing

Type: bool

Help

Enable various platform and driver related shells for testing.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/testsuite/Kconfig:17

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:38

Menu path: (top menu) → Testing

config TEST_SHELL
    bool
    prompt "Enable various shells for testing"
    select GPIO_SHELL if GPIO
    select PCI_SHELL if PCI
    help
      Enable various platform and driver related shells for testing.

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