原始版本
This commit is contained in:
15
RT_Thread/components/legacy/fdt/Kconfig
Normal file
15
RT_Thread/components/legacy/fdt/Kconfig
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user