summaryrefslogtreecommitdiff
path: root/boot/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2023-09-14 10:55:46 -0600
committerTom Rini <[email protected]>2023-09-19 11:36:25 -0400
commitddc5f9b13ec6665e480e3415a3cd2a3e5668cb4d (patch)
tree30d8274dff915c5c7e5bac3ce6453ed1aabfe4e0 /boot/Kconfig
parentb1a4b46734af68d734978cd5220b1af33d124814 (diff)
Move fdt_simplefb to boot/
This relates to booting, so move it there. Create a new Kconfig menu for things related to devicetree fixup. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'boot/Kconfig')
-rw-r--r--boot/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index 0a98f1e2220..39c51e9e2fe 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -1538,6 +1538,22 @@ config SPL_IMAGE_PRE_LOAD_SIG
endmenu
+if OF_LIBFDT
+
+menu "Devicetree fixup"
+
+config FDT_SIMPLEFB
+ bool "FDT tools for simplefb support"
+ help
+ Enable the fdt tools to manage the simple fb nodes in device tree.
+ These functions can be used by board to indicate to the OS
+ the presence of the simple frame buffer with associated reserved
+ memory
+
+endmenu
+
+endif # OF_LIBFDT
+
config USE_BOOTARGS
bool "Enable boot arguments"
help