]> xenbits.xensource.com Git - xen.git/commitdiff
xen/riscv: enable CONFIG_HAS_DEVICE_TREE
authorOleksii Kurochko <oleksii.kurochko@gmail.com>
Tue, 13 Aug 2024 14:39:43 +0000 (16:39 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 13 Aug 2024 14:39:43 +0000 (16:39 +0200)
Enable build of generic functionality for working with device
tree for RISC-V.
Also, a collection of functions for parsing memory map and other
boot information from a device tree are available now.

Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/riscv/Kconfig

index f531e966575b7ef700e54978eab867d9e67b86d4..259eea8d3b69e958ab0802fc8247fa806e2ed3bb 100644 (file)
@@ -2,6 +2,7 @@ config RISCV
        def_bool y
        select FUNCTION_ALIGNMENT_16B
        select GENERIC_BUG_FRAME
+       select HAS_DEVICE_TREE
 
 config RISCV_64
        def_bool y