From: Stefano Stabellini <sstabellini@kernel.org>
To: xen-devel@lists.xenproject.org
Cc: Stefano Stabellini <stefanos@xilinx.com>,
sstabellini@kernel.org, andrii_anisov@epam.com,
andre.przywara@arm.com, julien.grall@linaro.org,
v1ne2go@gmail.com
Subject: [PATCH 03/10] xen/arm: add SUNXI kconfig
Date: Mon, 20 Aug 2018 16:59:12 -0700 [thread overview]
Message-ID: <1534809559-32704-3-git-send-email-sstabellini@kernel.org> (raw)
In-Reply-To: <alpine.DEB.2.10.1808201645540.16354@sstabellini-ThinkPad-X260>
Add a kconfig option for SUNXI platforms.
Signed-off-by: Stefano Stabellini <stefanos@xilinx.com>
CC: andre.przywara@arm.com
CC: v1ne2go@gmail.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 62b528b..8337aa9 100644
--- a/xen/arch/arm/platforms/Kconfig
+++ b/xen/arch/arm/platforms/Kconfig
@@ -55,6 +55,13 @@ config THUNDERX
---help---
Enable all the required drivers for Cavium ThunderX
+config SUNXI
+ bool "Allwinner sunxi platforms"
+ select HAS_NS16550
+ ---help---
+ Enable all the required drivers for Allwinnder sunxi platforms,
+ including Pine64, OrangePi, CubieBoard, etc.
+
endchoice
config ALL64_PLAT
@@ -76,3 +83,7 @@ config XGENE_PLATFORM
config THUNDERX_PLATFORM
bool
default (ALL64_PLAT || THUNDERX)
+
+config SUNXI_PLATFORM
+ bool
+ default (ALL_PLAT || SUNXI)
diff --git a/xen/arch/arm/platforms/Makefile b/xen/arch/arm/platforms/Makefile
index bc35640..8e4c2ac 100644
--- a/xen/arch/arm/platforms/Makefile
+++ b/xen/arch/arm/platforms/Makefile
@@ -5,7 +5,7 @@ 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-y += sunxi.o
+obj-$(CONFIG_SUNXI_PLATFORM) += sunxi.o
obj-$(CONFIG_THUNDERX_PLATFORM) += thunderx.o
obj-$(CONFIG_XGENE_PLATFORM) += xgene-storm.o
obj-$(CONFIG_MPSOC_PLATFORM) += xilinx-zynqmp.o
--
1.9.1
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
next prev parent reply other threads:[~2018-08-20 23:59 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-20 23:59 [PATCH 00/10] arm: add one kconfig option per platform Stefano Stabellini
2018-08-20 23:59 ` [PATCH 01/10] xen/arm: add XGENE kconfig Stefano Stabellini
2018-08-20 23:59 ` [PATCH 02/10] xen/arm: add THUNDERX kconfig Stefano Stabellini
2018-08-22 5:53 ` Jaggi, Manish
2018-08-23 17:28 ` Andrii Anisov
2018-08-20 23:59 ` Stefano Stabellini [this message]
2018-08-20 23:59 ` [PATCH 04/10] xen/arm: add SEATTLE kconfig Stefano Stabellini
2018-08-20 23:59 ` [PATCH 05/10] xen/arm: add RCAR2 kconfig Stefano Stabellini
2018-08-21 5:12 ` Andrii Anisov
2018-08-20 23:59 ` [PATCH 06/10] xen/arm: add OMAP5 kconfig Stefano Stabellini
2018-08-21 5:14 ` Andrii Anisov
2018-08-21 17:24 ` Stefano Stabellini
2018-08-22 13:32 ` Andrii Anisov
2018-08-20 23:59 ` [PATCH 07/10] xen/arm: add MIDWAY kconfig Stefano Stabellini
2018-08-20 23:59 ` [PATCH 08/10] xen/arm: add EXYNOS5 kconfig Stefano Stabellini
2018-08-20 23:59 ` [PATCH 09/10] xen/arm: add B15 kconfig Stefano Stabellini
2018-08-20 23:59 ` [PATCH 10/10] xen/arm: add VEXPRESS kconfig Stefano Stabellini
2018-08-21 19:04 ` [PATCH 00/10] arm: add one kconfig option per platform Julien Grall
2018-08-23 17:20 ` Andrii Anisov
2018-08-23 17:41 ` Julien Grall
2018-08-23 18:00 ` Andrii Anisov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1534809559-32704-3-git-send-email-sstabellini@kernel.org \
--to=sstabellini@kernel.org \
--cc=andre.przywara@arm.com \
--cc=andrii_anisov@epam.com \
--cc=julien.grall@linaro.org \
--cc=stefanos@xilinx.com \
--cc=v1ne2go@gmail.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).