:orphan: .. title:: HWINFO_LITEX .. option:: CONFIG_HWINFO_LITEX *LiteX device ID* Type: ``bool`` Help ==== .. code-block:: none Enable LiteX hwinfo driver Direct dependencies =================== \ :option:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :option:`HWINFO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`HWINFO_HAS_DRIVER ` Kconfig definition ================== At ``/hwinfo/Kconfig:87`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:88`` Menu path: (Top) → Device Drivers → Hardware Information driver .. code-block:: kconfig config HWINFO_LITEX bool "LiteX device ID" default y select HWINFO_HAS_DRIVER depends on SOC_RISCV32_LITEX_VEXRISCV && HWINFO help Enable LiteX hwinfo driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*