Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751468AbdGRD21 (ORCPT ); Mon, 17 Jul 2017 23:28:27 -0400 Received: from fllnx209.ext.ti.com ([198.47.19.16]:62857 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751340AbdGRD20 (ORCPT ); Mon, 17 Jul 2017 23:28:26 -0400 From: Suman Anna To: Santosh Shilimkar CC: Nishanth Menon , Franklin S Cooper Jr , , , Tero Kristo , Suman Anna Subject: [PATCH 1/3] ARM: configs: keystone: Enable Message Manager Date: Mon, 17 Jul 2017 22:26:44 -0500 Message-ID: <20170718032646.29389-2-s-anna@ti.com> X-Mailer: git-send-email 2.13.1 In-Reply-To: <20170718032646.29389-1-s-anna@ti.com> References: <20170718032646.29389-1-s-anna@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 965 Lines: 30 From: Nishanth Menon Message Manager is a communication hardware block on 66AK2G[1] SoCs. Enable the same to provide support for communication with 66AK2G 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 Signed-off-by: Suman Anna --- 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 1331f6dc456a..1a56a4000a14 100644 --- a/arch/arm/configs/keystone_defconfig +++ b/arch/arm/configs/keystone_defconfig @@ -174,6 +174,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.13.1