mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 17:33:00 +00:00
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>
8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menu "Devicetree Info"
|
|
|
|
osource "$(KCONFIG_BINARY_DIR)/Kconfig.dts"
|
|
|
|
endmenu
|