[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 04/10] xen/arm: add SEATTLE kconfig
Add a kconfig option for ARM Seattle platforms. Signed-off-by: Stefano Stabellini <stefanos@xxxxxxxxxx> CC: suravee.suthikulpanit@xxxxxxx --- xen/arch/arm/platforms/Kconfig | 12 ++++++++++++ xen/arch/arm/platforms/Makefile | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/xen/arch/arm/platforms/Kconfig b/xen/arch/arm/platforms/Kconfig index 8337aa9..9515f18 100644 --- a/xen/arch/arm/platforms/Kconfig +++ b/xen/arch/arm/platforms/Kconfig @@ -62,6 +62,14 @@ config SUNXI Enable all the required drivers for Allwinnder sunxi platforms, including Pine64, OrangePi, CubieBoard, etc. +config SEATTLE + bool "AMD Seattle" + depends on ARM_64 + select HAS_PL011 + select ARM_SMMU + ---help--- + Enable all the required drivers for AMD Seattle. + endchoice config ALL64_PLAT @@ -87,3 +95,7 @@ config THUNDERX_PLATFORM config SUNXI_PLATFORM bool default (ALL_PLAT || SUNXI) + +config SEATTLE_PLATFORM + bool + default (ALL64_PLAT || SEATTLE) diff --git a/xen/arch/arm/platforms/Makefile b/xen/arch/arm/platforms/Makefile index 8e4c2ac..18f4c80 100644 --- a/xen/arch/arm/platforms/Makefile +++ b/xen/arch/arm/platforms/Makefile @@ -4,7 +4,7 @@ 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_ARM_64) += seattle.o +obj-$(CONFIG_SEATTLE_PLATFORM) += seattle.o obj-$(CONFIG_SUNXI_PLATFORM) += sunxi.o obj-$(CONFIG_THUNDERX_PLATFORM) += thunderx.o obj-$(CONFIG_XGENE_PLATFORM) += xgene-storm.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 |