[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 0/6] arm: more kconfig configurability and small default configs
Hello Stefano, On 22.05.18 02:45, Stefano Stabellini wrote: I am not sure I understand your suggestion. But I think we are heading in the direction you are hinting toward with Juergen's suggestion to only keep kconfig options that are not "default". If you give a look at v2, the rcar3.config is smaller and doesn't have much more than the basic drivers for the platform. What I did mean is closer to v3. With one more hint about a selecting platform code one can find in xen/arch/arm/platforms. Something like:diff --git a/xen/arch/arm/platforms/Makefile b/xen/arch/arm/platforms/Makefile index 53a47e4..c420318 100644 --- a/xen/arch/arm/platforms/Makefile +++ b/xen/arch/arm/platforms/Makefile @@ -7,4 +7,4 @@ obj-$(CONFIG_ARM_32) += rcar2.o obj-$(CONFIG_ARM_64) += seattle.o obj-y += sunxi.o obj-$(CONFIG_ARM_64) += xgene-storm.o -obj-$(CONFIG_ARM_64) += xilinx-zynqmp.o +obj-$(CONFIG_MPSOC) += xilinx-zynqmp.oThough, RCAR gen3 does not have the platform code yet. So nothing to select for it now ;) -- *Andrii Anisov* _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |