All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hauke Mehrtens <hauke@hauke-m.de>
To: ralf@linux-mips.org, jhogan@kernel.org
Cc: john@phrozen.org, dev@kresin.me, linux-mips@linux-mips.org,
	martin.blumenstingl@googlemail.com
Subject: [PATCH 3/3] MIPS: lantiq: ase: Enable MFD_SYSCON
Date: Sun, 11 Mar 2018 18:41:23 +0100	[thread overview]
Message-ID: <20180311174123.2578-3-hauke@hauke-m.de> (raw)
In-Reply-To: <20180311174123.2578-1-hauke@hauke-m.de>

From: Mathias Kresin <dev@kresin.me>

Enable syscon to use it for the RCU MFD on Amazon SE as well.

Fixes: 2b6639d4c794 ("MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD")
Signed-off-by: Mathias Kresin <dev@kresin.me>
---
 arch/mips/lantiq/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/mips/lantiq/Kconfig b/arch/mips/lantiq/Kconfig
index 692ae85a3e3d..8e3a1fc2bc39 100644
--- a/arch/mips/lantiq/Kconfig
+++ b/arch/mips/lantiq/Kconfig
@@ -13,6 +13,8 @@ choice
 config SOC_AMAZON_SE
 	bool "Amazon SE"
 	select SOC_TYPE_XWAY
+	select MFD_SYSCON
+	select MFD_CORE
 
 config SOC_XWAY
 	bool "XWAY"
-- 
2.11.0

  parent reply	other threads:[~2018-03-11 17:42 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-11 17:41 [PATCH 1/3] MIPS: lantiq: fix danube usb clock Hauke Mehrtens
2018-03-11 17:41 ` [PATCH 2/3] MIPS: lantiq: enable AHB Bus for USB Hauke Mehrtens
2018-03-12 20:41   ` Martin Blumenstingl
2018-03-12 21:17   ` James Hogan
2018-03-12 21:29     ` Martin Blumenstingl
2018-03-12 21:38       ` Hauke Mehrtens
2018-03-12 21:44         ` James Hogan
2018-03-12 21:27   ` Hauke Mehrtens
2018-03-11 17:41 ` Hauke Mehrtens [this message]
2018-03-12 20:39   ` [PATCH 3/3] MIPS: lantiq: ase: Enable MFD_SYSCON Martin Blumenstingl
2018-03-12 21:27   ` Hauke Mehrtens
2018-03-12 21:39   ` James Hogan
2018-03-13 22:40     ` Hauke Mehrtens
2018-03-14 11:45       ` James Hogan
2018-03-14 11:45         ` James Hogan
2018-03-12 20:39 ` [PATCH 1/3] MIPS: lantiq: fix danube usb clock Martin Blumenstingl
2018-03-12 21:27 ` Hauke Mehrtens

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=20180311174123.2578-3-hauke@hauke-m.de \
    --to=hauke@hauke-m.de \
    --cc=dev@kresin.me \
    --cc=jhogan@kernel.org \
    --cc=john@phrozen.org \
    --cc=linux-mips@linux-mips.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=ralf@linux-mips.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.