CONFIG_ZSL_SHELL

Enable the ‘zsl’ shell command and core shell support

Type: bool

Help

Enabling this option will make the 'zsl' shell command available, and
enable general zscilib shell support.

Direct dependencies

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:78

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

config ZSL_SHELL
    bool "Enable the 'zsl' shell command and core shell support"
    default n
    depends on SHELL && ZSL
    help
      Enabling this option will make the 'zsl' shell command available, and
      enable general zscilib shell support.

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