1# Copyright The Zephyr Project Contributors
2# SPDX-License-Identifier: Apache-2.0
3
4config HWINFO_LITEX
5 bool "LiteX device ID"
6 default y
7 depends on SOC_LITEX_VEXRISCV
8 depends on DT_HAS_LITEX_DNA0_ENABLED
9 select HWINFO_HAS_DRIVER
10 help
11 Enable LiteX hwinfo driver
12