nuttx/libs/libc/fdt/Kconfig
liaoao 3da7775543 libfdt: modify makefile
update LIBFDT to LIBC_FDT
update CONFIG_LIBFDT_DTC_VERSION to CONFIG_LIBC_FDT_DTC_VERSION
move dtc source code to fdt/dtc
move version_gen.h from apps/system/fdt to current dir

Signed-off-by: liaoao <liaoao@xiaomi.com>
2023-08-26 17:07:02 +08:00

21 lines
445 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config LIBC_FDT
bool "Flattened Device Tree Library"
default n
---help---
Enable or disable Flattened Device Tree Library features.
if LIBC_FDT
config LIBC_FDT_DTC_VERSION
string "LIBC FDT DTC Version"
default "1.7.0"
---help---
Version of DTC source code to download from github.
endif # LIBC_FDT