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


Groups > linux.kernel > #1466718 > unrolled thread

[PATCH] ARM: configs: keystone: Enable Message Manager

Started byNishanth Menon <nm@ti.com>
First post2016-08-20 01:20 +0200
Last post2016-08-20 01:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: configs: keystone: Enable Message Manager Nishanth Menon <nm@ti.com> - 2016-08-20 01:20 +0200

#1466718 — [PATCH] ARM: configs: keystone: Enable Message Manager

FromNishanth Menon <nm@ti.com>
Date2016-08-20 01:20 +0200
Subject[PATCH] ARM: configs: keystone: Enable Message Manager
Message-ID<s81eV-3A6-15@gated-at.bofh.it>
Message Manager is a communication hardware block on K2G[1] SoCs. Enable
the same to provide support for communication with K2G Power Management
Micro Controller(PMMC) via the TISCI protocol[2].

[1] http://www.ti.com/product/66ak2g02
[2] http://processors.wiki.ti.com/index.php/TISCI

Signed-off-by: Nishanth Menon <nm@ti.com>
---
based on v4.8-rc1
enables module introduced by: https://patchwork.kernel.org/patch/9290887/

 arch/arm/configs/keystone_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
index 71b42e66488a..de5a1d012289 100644
--- a/arch/arm/configs/keystone_defconfig
+++ b/arch/arm/configs/keystone_defconfig
@@ -172,6 +172,8 @@ CONFIG_LEDS_TRIGGER_BACKLIGHT=y
 CONFIG_LEDS_TRIGGER_GPIO=y
 CONFIG_DMADEVICES=y
 CONFIG_TI_EDMA=y
+CONFIG_MAILBOX=y
+CONFIG_TI_MESSAGE_MANAGER=y
 CONFIG_SOC_TI=y
 CONFIG_KEYSTONE_NAVIGATOR_QMSS=y
 CONFIG_KEYSTONE_NAVIGATOR_DMA=y
-- 
2.9.1.200.gb1ec08f

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web