Hi,

On 24/08/18 00:33, Stefano Stabellini wrote:
Add a kconfig option for Renesas Rcar2 platforms.

Signed-off-by: Stefano Stabellini <stefa...@xilinx.com>
Reviewed-by: Andrii Anisov <andrii_ani...@epam.com>
CC: iurii.konovale...@globallogic.com
---
  xen/arch/arm/platforms/Kconfig  | 11 +++++++++++
  xen/arch/arm/platforms/Makefile |  2 +-
  2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/xen/arch/arm/platforms/Kconfig b/xen/arch/arm/platforms/Kconfig
index a43c938..e54825a 100644
--- a/xen/arch/arm/platforms/Kconfig
+++ b/xen/arch/arm/platforms/Kconfig
@@ -53,6 +53,13 @@ config SUNXI
        Enable all the required drivers for Allwinnder sunxi platforms,
        including Pine64, OrangePi, CubieBoard, etc.
+config RCAR2
+       bool "Renesas R-Car Gen2"
+       depends on ARM_32
+       select HAS_SCIF
+       ---help---
+       Enable all the required drivers for Renesas R-Car Gen2.

Technically the UART is not required. By selecting it, you give no way to the user to remove it.

Cheers,

--
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to