Hi,

On 24/08/18 00:33, Stefano Stabellini wrote:
Add a Kconfig option to select no specific platform support.

That's not entirely true. After this series applied, there are still some obj-y present in the Makefile.

Cheers,


Signed-off-by: Stefano Stabellini <stefa...@xilinx.com>
---
  xen/arch/arm/platforms/Kconfig | 5 +++++
  1 file changed, 5 insertions(+)

diff --git a/xen/arch/arm/platforms/Kconfig b/xen/arch/arm/platforms/Kconfig
index 6486bf6..4c8b225 100644
--- a/xen/arch/arm/platforms/Kconfig
+++ b/xen/arch/arm/platforms/Kconfig
@@ -67,6 +67,11 @@ config OMAP5
        ---help---
        Enable all the required drivers for TI OMAP5 based platforms.
+config NO_PLAT
+       bool "No Platforms"
+       ---help---
+       Do not enable specific support for any platform.
+
  endchoice
config ALL64_PLAT


--
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to