:orphan: .. title:: HWINFO_SHELL .. option:: CONFIG_HWINFO_SHELL *Enable HWINFO Shell* Type: ``bool`` Help ==== Enable hwinfo Shell for testing. Direct dependencies =================== \ :option:`SHELL ` && \ :option:`HWINFO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/hwinfo/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:82`` Menu path: (Top) → Device Drivers → Hardware Information driver .. parsed-literal:: config HWINFO_SHELL bool "Enable HWINFO Shell" depends on \ :option:`SHELL ` && \ :option:`HWINFO ` help Enable hwinfo Shell for testing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*