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


Groups > linux.kernel > #1457145

[PATCH 3/4] arm64: marvell: enable the Marvell PIC driver

From Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Newsgroups linux.kernel
Subject [PATCH 3/4] arm64: marvell: enable the Marvell PIC driver
Date 2016-08-05 17:00 +0200
Message-ID <s2OLo-ph-11@gated-at.bofh.it> (permalink)
References <s2OLo-ph-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This commit makes sure the driver for the Marvell PIC interrupt
controller (used on Marvell Armada 7K/8K) is enabled.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 7ef1d05..e395d03 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -74,6 +74,7 @@ config ARCH_MVEBU
 	select ARMADA_AP806_SYSCON
 	select ARMADA_CP110_SYSCON
 	select MVEBU_ODMI
+	select MVEBU_PIC
 	help
 	  This enables support for Marvell EBU familly, including:
 	   - Armada 3700 SoC Family
-- 
2.7.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 3/4] arm64: marvell: enable the Marvell PIC driver Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - 2016-08-05 17:00 +0200

csiph-web