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


Groups > linux.kernel > #1466718

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

From Nishanth Menon <nm@ti.com>
Newsgroups linux.kernel
Subject [PATCH] ARM: configs: keystone: Enable Message Manager
Date 2016-08-20 01:20 +0200
Message-ID <s81eV-3A6-15@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

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


Thread

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

csiph-web