CONFIG_ZSL_SHELL_ORIENT

Enable the ‘orient’ shell command

Type: bool

Help

Enabling this option will make the 'orient' shell command available.

Direct dependencies

ZSL_SHELL && ZSL

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/zscilib/Kconfig.zscilib:93

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:86

Menu path: (Top) → Modules → zscilib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/zscilib) → Zephyr scientific library support → Enable the ‘zsl’ shell command and core shell support

config ZSL_SHELL_ORIENT
    bool "Enable the 'orient' shell command"
    default n
    depends on ZSL_SHELL && ZSL
    help
      Enabling this option will make the 'orient' shell command available.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)