1# SPDX-License-Identifier: Apache-2.0
2
3config HAS_DTS
4	bool
5	help
6	  This option specifies that the target platform supports device tree
7	  configuration.
8
9menu "Devicetree Info"
10
11osource "$(KCONFIG_BINARY_DIR)/Kconfig.dts"
12
13endmenu
14