46b0f6d6ee
VELAPLATFO-12536 This provides the initial hooks for Flattened Device Tree support with QEMU RV. It also provides a new procfs file that exposes the fdt to userspace much like the /sys/firmware/fdt endpoint in Linux. See https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-firmware-ofw Nodes in the fdt are not yet usable by the OS. Signed-off-by: Brennan Ashton <bashton@brennanashton.com> Signed-off-by: liaoao <liaoao@xiaomi.com>
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
menuconfig DEVICE_TREE
|
|
bool "Device Tree Support"
|
|
default n
|
|
---help---
|
|
Interface for interacting with devicetree.
|