devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clg@kaod.org>
To: Joel Stanley <joel@jms.id.au>
Cc: "Mark Rutland" <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, "Arnd Bergmann" <arnd@arndb.de>,
	"Andrew Jeffery" <andrew@aj.id.au>,
	"Alistair Popple" <alistair@popple.id.au>,
	"Russell King" <linux@armlinux.org.uk>,
	"Rob Herring" <robh+dt@kernel.org>, "Jeremy Kerr" <jk@ozlabs.org>,
	linux-arm-kernel@lists.infradead.org,
	"Cédric Le Goater" <clg@kaod.org>
Subject: [PATCH 2/3] ARM: aspeed: Add defconfigs for CONFIG_ASPEED_BT_IPMI_HOST
Date: Wed, 31 Aug 2016 19:24:18 +0200	[thread overview]
Message-ID: <1472664259-23933-3-git-send-email-clg@kaod.org> (raw)
In-Reply-To: <1472664259-23933-1-git-send-email-clg@kaod.org>

Signed-off-by: Cédric Le Goater <clg@kaod.org>
---
 arch/arm/configs/aspeed_g4_defconfig | 1 +
 arch/arm/configs/aspeed_g5_defconfig | 1 +
 2 files changed, 2 insertions(+)

diff --git a/arch/arm/configs/aspeed_g4_defconfig b/arch/arm/configs/aspeed_g4_defconfig
index ca39c04fec6b..7f39d64357fa 100644
--- a/arch/arm/configs/aspeed_g4_defconfig
+++ b/arch/arm/configs/aspeed_g4_defconfig
@@ -40,6 +40,7 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 # CONFIG_PREVENT_FIRMWARE_BUILD is not set
+CONFIG_ASPEED_BT_IPMI_HOST=y
 # CONFIG_INPUT is not set
 # CONFIG_SERIO is not set
 # CONFIG_VT is not set
diff --git a/arch/arm/configs/aspeed_g5_defconfig b/arch/arm/configs/aspeed_g5_defconfig
index 4f366b0370e9..53d74afd05ea 100644
--- a/arch/arm/configs/aspeed_g5_defconfig
+++ b/arch/arm/configs/aspeed_g5_defconfig
@@ -41,6 +41,7 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 # CONFIG_PREVENT_FIRMWARE_BUILD is not set
+CONFIG_ASPEED_BT_IPMI_HOST=y
 # CONFIG_INPUT is not set
 # CONFIG_SERIO is not set
 # CONFIG_VT is not set
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2016-08-31 17:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-31 17:24 [PATCH 0/3] ARM: aspeed: add support for the BT IPMI host device Cédric Le Goater
2016-08-31 17:24 ` [PATCH 1/3] misc: Add Aspeed BT IPMI host driver Cédric Le Goater
     [not found]   ` <1472664259-23933-2-git-send-email-clg-Bxea+6Xhats@public.gmane.org>
2016-08-31 19:57     ` Arnd Bergmann
2016-09-02 13:22       ` Cédric Le Goater
     [not found]         ` <c06a8afb-9143-6aef-3425-ad1e50cae35d-Bxea+6Xhats@public.gmane.org>
2016-09-12 18:55           ` Corey Minyard
     [not found]             ` <1ce6c4b4-5938-22fc-7467-d1efc220b772-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-09-12 19:15               ` Arnd Bergmann
2016-09-12 20:33                 ` Corey Minyard
     [not found]                   ` <7db5ada0-49ea-55eb-089e-d979941ceff5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-09-12 21:23                     ` Cédric Le Goater
     [not found]                       ` <b42f1b61-8b00-2412-d51d-6207da8afcd6-Bxea+6Xhats@public.gmane.org>
2016-09-12 22:06                         ` Corey Minyard
2016-09-15  6:51                   ` Cédric Le Goater
     [not found]                     ` <3e2658cc-7089-abd2-23b3-ffd468edbd11-Bxea+6Xhats@public.gmane.org>
2016-09-15 12:23                       ` Corey Minyard
2016-08-31 17:24 ` Cédric Le Goater [this message]
2016-08-31 17:24 ` [PATCH 3/3] ARM: dts: aspeed: Enable BT IPMI host device Cédric Le Goater

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1472664259-23933-3-git-send-email-clg@kaod.org \
    --to=clg@kaod.org \
    --cc=alistair@popple.id.au \
    --cc=andrew@aj.id.au \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=jk@ozlabs.org \
    --cc=joel@jms.id.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).