Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1689640
| From | Suman Anna <s-anna@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] ARM: configs: keystone: Enable Message Manager |
| Date | 2017-07-18 05:30 +0200 |
| Message-ID | <u4rmV-5vl-19@gated-at.bofh.it> (permalink) |
| References | <u4rmV-5vl-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Nishanth Menon <nm@ti.com> 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 <nm@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com> --- 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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] Keystone defconfig updates Suman Anna <s-anna@ti.com> - 2017-07-18 05:30 +0200
[PATCH 1/3] ARM: configs: keystone: Enable Message Manager Suman Anna <s-anna@ti.com> - 2017-07-18 05:30 +0200
Re: [PATCH 0/3] Keystone defconfig updates "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com> - 2017-07-18 06:50 +0200
Re: [PATCH 0/3] Keystone defconfig updates Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2017-07-22 03:30 +0200
csiph-web