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