: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.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/hwinfo/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:88`` Menu path: (Top) → Device Drivers → Hardware Information driver .. parsed-literal:: config HWINFO_SHELL bool "Enable HWINFO Shell" default y depends on \ :option:`SHELL ` && \ :option:`HWINFO ` help Enable hwinfo Shell for testing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*