[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH 09/10] xen/arm: add B15 kconfig



Add a kconfig option for Broadcom B15 platforms.

Signed-off-by: Stefano Stabellini <stefanos@xxxxxxxxxx>
CC: jfraser@xxxxxxxxxxxx
---
 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 a5f8278..d11c9d4 100644
--- a/xen/arch/arm/platforms/Kconfig
+++ b/xen/arch/arm/platforms/Kconfig
@@ -99,6 +99,13 @@ config EXYNOS5
        ---help---
        Enable all the required drivers for Samsung Exynos5 based platforms.
 
+config B15
+       bool "Broadcom B15"
+       depends on ARM_32
+       select HAS_NS16550
+       ---help---
+       Enable all the required drivers for Broadcom B15 platforms.
+
 endchoice
 
 config ALL64_PLAT
@@ -144,3 +151,7 @@ config MIDWAY_PLATFORM
 config EXYNOS5_PLATFORM
        bool
        default (ALL32_PLAT || EXYNOS5)
+
+config B15_PLATFORM
+       bool
+       default (ALL32_PLAT || B15)
diff --git a/xen/arch/arm/platforms/Makefile b/xen/arch/arm/platforms/Makefile
index b35b360..9bc3e48 100644
--- a/xen/arch/arm/platforms/Makefile
+++ b/xen/arch/arm/platforms/Makefile
@@ -1,5 +1,5 @@
 obj-y += vexpress.o
-obj-$(CONFIG_ARM_32) += brcm.o
+obj-$(CONFIG_B15_PLATFORM)      += brcm.o
 obj-$(CONFIG_EXYNOS5_PLATFORM)  += exynos5.o
 obj-$(CONFIG_MIDWAY_PLATFORM)   += midway.o
 obj-$(CONFIG_OMAP5_PLATFORM)    += omap5.o
-- 
1.9.1


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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.