|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 05/10] xen/arm: add RCAR2 kconfig
Add a kconfig option for Renesas Rcar2 platforms.
Signed-off-by: Stefano Stabellini <stefanos@xxxxxxxxxx>
CC: iurii.konovalenko@xxxxxxxxxxxxxxx
---
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 9515f18..a116566 100644
--- a/xen/arch/arm/platforms/Kconfig
+++ b/xen/arch/arm/platforms/Kconfig
@@ -70,6 +70,13 @@ config SEATTLE
---help---
Enable all the required drivers for AMD Seattle.
+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.
+
endchoice
config ALL64_PLAT
@@ -99,3 +106,7 @@ config SUNXI_PLATFORM
config SEATTLE_PLATFORM
bool
default (ALL64_PLAT || SEATTLE)
+
+config RCAR2_PLATFORM
+ bool
+ default (ALL32_PLAT || RCAR2)
diff --git a/xen/arch/arm/platforms/Makefile b/xen/arch/arm/platforms/Makefile
index 18f4c80..f6c03fc 100644
--- a/xen/arch/arm/platforms/Makefile
+++ b/xen/arch/arm/platforms/Makefile
@@ -3,7 +3,7 @@ obj-$(CONFIG_ARM_32) += brcm.o
obj-$(CONFIG_ARM_32) += exynos5.o
obj-$(CONFIG_ARM_32) += midway.o
obj-$(CONFIG_ARM_32) += omap5.o
-obj-$(CONFIG_ARM_32) += rcar2.o
+obj-$(CONFIG_RCAR2_PLATFORM) += rcar2.o
obj-$(CONFIG_SEATTLE_PLATFORM) += seattle.o
obj-$(CONFIG_SUNXI_PLATFORM) += sunxi.o
obj-$(CONFIG_THUNDERX_PLATFORM) += thunderx.o
--
1.9.1
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |