On Fri, 13 Dec 2024, Mykyta Poturai wrote:
> From: Oleksandr Andrushchenko <[email protected]>
> 
> Add Rcar Gen4 platform choice to Kconfig to select all required
> drivers automatically.
> 
> Signed-off-by: Oleksandr Andrushchenko <[email protected]>
> Signed-off-by: Volodymyr Babchuk <[email protected]>
> Signed-off-by: Mykyta Poturai <[email protected]>

Reviewed-by: Stefano Stabellini <[email protected]>


> ---
>  xen/arch/arm/platforms/Kconfig | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)
> 
> diff --git a/xen/arch/arm/platforms/Kconfig b/xen/arch/arm/platforms/Kconfig
> index 02322c259c..8785c168bd 100644
> --- a/xen/arch/arm/platforms/Kconfig
> +++ b/xen/arch/arm/platforms/Kconfig
> @@ -29,6 +29,15 @@ config RCAR3
>       help
>       Enable all the required drivers for Renesas RCar3
>  
> +config RCAR4
> +     bool "Renesas RCar4 support"
> +     depends on ARM_64
> +     select HAS_SCIF
> +     select HAS_ITS
> +     select IPMMU_VMSA
> +     help
> +     Enable all the required drivers for Renesas RCar4
> +
>  config MPSOC
>       bool "Xilinx Ultrascale+ MPSoC support"
>       depends on ARM_64
> @@ -55,4 +64,3 @@ config ALL32_PLAT
>  config MPSOC_PLATFORM
>       bool
>       default (ALL64_PLAT || MPSOC)
> -
> -- 
> 2.34.1
> 

Reply via email to