xen/arm: make platform specific code dependent on ALL32_PLAT or ALL64_PLAT
authorStefano Stabellini <sstabellini@kernel.org>
Mon, 24 Sep 2018 22:55:03 +0000 (15:55 -0700)
committerStefano Stabellini <sstabellini@kernel.org>
Tue, 30 Oct 2018 17:58:29 +0000 (10:58 -0700)
commit4829b80eeea0b731ec20a1b4f6d39c9371e1d8a8
treecc60fe3c810514dd1b73aa05dca405fa8cba822d
parentf355ed8448bc5685af749ebbd3b3816f3c8f927a
xen/arm: make platform specific code dependent on ALL32_PLAT or ALL64_PLAT

Compile platform code that doesn't have its own specific kconfig option
only if ALL32_PLAT or ALL64_PLAT depending on the architecture. The
benefit is that choosing one of the platforms available as a menu
option allows the user not to build other unnecessary platform code.

Signed-off-by: Stefano Stabellini <stefanos@xilinx.com>
Reviewed-by: Andrii Anisov <andrii_anisov@epam.com>
xen/arch/arm/platforms/Makefile