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
9config HAS_DTS_GPIO
10	bool
11	depends on HAS_DTS
12	help
13	  This option specifies that the target platform supports device tree
14	  configuration for GPIO.
15
16config HAS_DTS_WDT
17	bool
18	depends on HAS_DTS
19	help
20	  This option specifies that the target platform supports device tree
21	  configuration for WDT.
22