4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-21 11:03:31 +08:00
zms123456 3b1ce1e4b6
[components][drivers]legacy fdt (#9062)
* legacy fdt

* update fdt
2024-06-19 19:48:35 +08:00

16 lines
416 B
Plaintext

config RT_USING_FDT
bool "Using fdt legacy version"
default n
if RT_USING_FDT
config RT_USING_FDTLIB
bool "Using fdt lib for device drivers"
default y
config RT_USING_FDT_FWNODE
bool "Using fdt fwnode for device drivers"
default n
config FDT_USING_DEBUG
bool "Using fdt debug function "
default n
endif