mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-08 21:41:10 +08:00
16 lines
415 B
Plaintext
16 lines
415 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
|