2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2017-08-03 19:47:44 +08:00
|
|
|
config HAS_DTS
|
2017-08-11 02:33:30 +08:00
|
|
|
bool
|
2017-08-03 19:47:44 +08:00
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration.
|
2022-07-13 02:41:03 +08:00
|
|
|
|
|
|
|
menu "Devicetree Info"
|
|
|
|
|
2022-08-15 16:35:20 +08:00
|
|
|
osource "$(KCONFIG_BINARY_DIR)/Kconfig.dts"
|
2022-07-13 02:41:03 +08:00
|
|
|
|
|
|
|
endmenu
|