The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_HWINFO_SHELL

Enable HWINFO Shell

Type: bool

Help

Enable hwinfo Shell for testing.

Direct dependencies

SHELL && HWINFO

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/hwinfo/Kconfig:16

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

Menu path: (top menu) → Device Drivers → Hardware Information driver

config HWINFO_SHELL
    bool
    prompt "Enable HWINFO Shell" if SHELL && HWINFO
    depends on SHELL && HWINFO
    help
      Enable hwinfo Shell for testing.

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