Skip to content

Commit 2ee912b

Browse files
committed
legacy fdt
1 parent 479fab7 commit 2ee912b

32 files changed

+14
-0
lines changed

components/legacy/Kconfig

+2
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,5 @@ menu "Using USB legacy version"
198198
endif
199199
endif
200200
endmenu
201+
202+
source "$RTT_DIR/components/legacy/fdt/Kconfig"

components/legacy/fdt/Kconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
config RT_USING_FDT
2+
bool "Using fdt legacy version"
3+
default n
4+
if RT_USING_FDT
5+
config RT_USING_FDTLIB
6+
bool "Using fdt lib for device drivers"
7+
default y
8+
config FDT_USING_DEBUG
9+
bool "Using fdt debug function "
10+
default n
11+
12+
endif
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)