doc: kconfig: remove duplicated devicetree function
These devicetree function entries already existed in the doc since #21133. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
7d3381f9c8
commit
4b0fa40c71
|
@ -29,10 +29,8 @@ while the ``*_hex`` version returns a hexadecimal value starting with ``0x``.
|
|||
.. code-block:: none
|
||||
|
||||
$(dt_has_compat,<compatible string>)
|
||||
$(dt_compat_enabled,<compatible string>)
|
||||
$(dt_compat_on_bus,<compatible string>,<bus>)
|
||||
$(dt_chosen_label,<property in /chosen>)
|
||||
$(dt_chosen_enabled,<property in /chosen>)
|
||||
$(dt_chosen_path,<property in /chosen>)
|
||||
$(dt_chosen_has_compat,<property in /chosen>)
|
||||
$(dt_path_enabled,<node path>)
|
||||
|
|
Loading…
Reference in New Issue