diff mbox series

[v1,3/5] xen/riscv: enable CONFIG_HAS_DEVICE_TREE

Message ID 8861be6624f50c927a8dadbcf056aff2dc0576ab.1720002425.git.oleksii.kurochko@gmail.com (mailing list archive)
State Superseded
Headers show
Series RISCV device tree mapping | expand

Commit Message

Oleksii Kurochko July 3, 2024, 10:42 a.m. UTC
Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
---
 xen/arch/riscv/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Jan Beulich July 10, 2024, 10:25 a.m. UTC | #1
On 03.07.2024 12:42, Oleksii Kurochko wrote:

> --- a/xen/arch/riscv/Kconfig
> +++ b/xen/arch/riscv/Kconfig
> @@ -5,6 +5,7 @@ config RISCV
>  config RISCV_64
>  	def_bool y
>  	select 64BIT
> +	select HAS_DEVICE_TREE
>  	select GENERIC_BUG_FRAME
>  
>  config ARCH_DEFCONFIG

Same question here as for a change in the earlier series: Why here and not
for RISCV?

Plus, nit: Please keep the list of selects sorted alphabetically.

Jan
diff mbox series

Patch

diff --git a/xen/arch/riscv/Kconfig b/xen/arch/riscv/Kconfig
index 74ad019fe7..1863a5d117 100644
--- a/xen/arch/riscv/Kconfig
+++ b/xen/arch/riscv/Kconfig
@@ -5,6 +5,7 @@  config RISCV
 config RISCV_64
 	def_bool y
 	select 64BIT
+	select HAS_DEVICE_TREE
 	select GENERIC_BUG_FRAME
 
 config ARCH_DEFCONFIG