|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 08/10] xen/arm: add EXYNOS5 kconfig
Add a kconfig option for Samsung Exynos5 platforms.
Signed-off-by: Stefano Stabellini <stefanos@xxxxxxxxxx>
CC: julien.grall@xxxxxxxxxx
CC: casionwoo@xxxxxxxxx
CC: suriyan.r@xxxxxxxxx
---
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 07990e6..a5f8278 100644
--- a/xen/arch/arm/platforms/Kconfig
+++ b/xen/arch/arm/platforms/Kconfig
@@ -92,6 +92,13 @@ config MIDWAY
---help---
Enable all the required drivers for Calxeda Midway.
+config EXYNOS5
+ bool "Samsung Exynos5"
+ depends on ARM_32
+ select HAS_EXYNOS4210
+ ---help---
+ Enable all the required drivers for Samsung Exynos5 based platforms.
+
endchoice
config ALL64_PLAT
@@ -133,3 +140,7 @@ config OMAP5_PLATFORM
config MIDWAY_PLATFORM
bool
default (ALL32_PLAT || MIDWAY)
+
+config EXYNOS5_PLATFORM
+ bool
+ default (ALL32_PLAT || EXYNOS5)
diff --git a/xen/arch/arm/platforms/Makefile b/xen/arch/arm/platforms/Makefile
index f87311c..b35b360 100644
--- a/xen/arch/arm/platforms/Makefile
+++ b/xen/arch/arm/platforms/Makefile
@@ -1,6 +1,6 @@
obj-y += vexpress.o
obj-$(CONFIG_ARM_32) += brcm.o
-obj-$(CONFIG_ARM_32) += exynos5.o
+obj-$(CONFIG_EXYNOS5_PLATFORM) += exynos5.o
obj-$(CONFIG_MIDWAY_PLATFORM) += midway.o
obj-$(CONFIG_OMAP5_PLATFORM) += omap5.o
obj-$(CONFIG_RCAR2_PLATFORM) += rcar2.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 |