mirror of
https://github.com/apache/nuttx.git
synced 2026-09-04 16:13:00 +00:00
20 lines
435 B
Text
20 lines
435 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config LIBFDT
|
|
bool "Flattened Device Tree Library"
|
|
default n
|
|
---help---
|
|
Enable or disable Flattened Device Tree Library features.
|
|
|
|
if LIBFDT
|
|
|
|
config LIBFDT_DTC_VERSION
|
|
string "LIBFDT DTC Version"
|
|
default "1.7.0"
|
|
---help---
|
|
Version of DTC source code to download from github.
|
|
|
|
endif # LIBFDT
|