Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1328837 > unrolled thread

[PATCH 5/6] arm64: alpine: select the Alpine MSI controller driver

Started byAntoine Tenart <antoine.tenart@free-electrons.com>
First post2016-02-08 10:20 +0100
Last post2016-02-08 10:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 5/6] arm64: alpine: select the Alpine MSI controller driver Antoine Tenart <antoine.tenart@free-electrons.com> - 2016-02-08 10:20 +0100

#1328837 — [PATCH 5/6] arm64: alpine: select the Alpine MSI controller driver

FromAntoine Tenart <antoine.tenart@free-electrons.com>
Date2016-02-08 10:20 +0100
Subject[PATCH 5/6] arm64: alpine: select the Alpine MSI controller driver
Message-ID<qZQ9b-3eh-1@gated-at.bofh.it>
Select the Alpine MSI controller driver when using an Alpine platform.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Tsahee Zidenberg <tsahee@annapurnalabs.com>
---
 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index bfbefa3e0dbe..6761e12e5e13 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -2,6 +2,7 @@ menu "Platform selection"
 
 config ARCH_ALPINE
 	bool "Annapurna Labs Alpine platform"
+	select ALPINE_MSI
 	help
 	  This enables support for the Annapurna Labs Alpine
 	  Soc family.
-- 
2.7.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web