zephyr/dts/Kconfig
Gerard Marull-Paretas 915cb05bb6 dts: drop HAS_DTS
HAS_DTS has become a redundant option. All Zephyr architectures now
select this option, meaning devicetree has become a de-facto
requirement.  In fact, if any board does not provide a devicetree
source, the build system uses an empty stub, meaning the devicetree
machinery always runs.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2023-10-20 12:18:17 -07:00

8 lines
116 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
menu "Devicetree Info"
osource "$(KCONFIG_BINARY_DIR)/Kconfig.dts"
endmenu