From: Carlo Caione <carlo@caione.org>
To: linux-arm-kernel@lists.infradead.org,
linux-sunxi@googlegroups.com, maxime.ripard@free-electrons.com,
hdegoede@redhat.com, emilio@elopez.com.ar, wens@csie.org,
sameo@linux.intel.com, dmitry.torokhov@gmail.com,
linux-input@vger.kernel.org, linux-doc@vger.kernel.org,
lgirdwood@gmail.com, broonie@kernel.org, lee.jones@linaro.org,
boris.brezillon@free-electrons.com
Cc: Carlo Caione <carlo@caione.org>
Subject: [PATCH v6 6/7] ARM: sunxi: Add AXP20x support in defconfig
Date: Mon, 19 May 2014 21:47:47 +0200 [thread overview]
Message-ID: <1400528868-5971-7-git-send-email-carlo@caione.org> (raw)
In-Reply-To: <1400528868-5971-1-git-send-email-carlo@caione.org>
Signed-off-by: Carlo Caione <carlo@caione.org>
---
arch/arm/configs/sunxi_defconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index b5df4a5..6e305da 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -40,6 +40,8 @@ CONFIG_SUN4I_EMAC=y
# CONFIG_NET_VENDOR_STMICRO is not set
# CONFIG_NET_VENDOR_WIZNET is not set
# CONFIG_WLAN is not set
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_AXP20X_PEK=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_NR_UARTS=8
@@ -55,6 +57,7 @@ CONFIG_GPIO_SYSFS=y
# CONFIG_HWMON is not set
CONFIG_WATCHDOG=y
CONFIG_SUNXI_WATCHDOG=y
+CONFIG_MFD_AXP20X=y
# CONFIG_USB_SUPPORT is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
@@ -69,3 +72,4 @@ CONFIG_NFS_FS=y
CONFIG_ROOT_NFS=y
CONFIG_NLS=y
CONFIG_PRINTK_TIME=y
+CONFIG_REGULATOR_AXP20X=y
--
1.9.1
next prev parent reply other threads:[~2014-05-19 19:47 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-19 19:47 [PATCH v6 0/7] mfd: AXP20x: Add support for AXP202 and AXP209 Carlo Caione
2014-05-19 19:47 ` [PATCH v6 1/7] mfd: AXP20x: Add mfd driver for AXP20x PMIC Carlo Caione
[not found] ` <1400528868-5971-1-git-send-email-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
2014-05-19 19:47 ` [PATCH v6 2/7] dt-bindings: add vendor-prefix for X-Powers Carlo Caione
2014-05-19 19:47 ` [PATCH v6 3/7] mfd: AXP20x: Add bindings documentation Carlo Caione
[not found] ` <1400528868-5971-4-git-send-email-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
2014-06-17 7:24 ` Boris BREZILLON
[not found] ` <539FED44.1050904-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-06-18 9:06 ` Lee Jones
2014-06-21 8:52 ` Carlo Caione
2014-05-19 19:47 ` [PATCH v6 4/7] input: misc: Add driver for AXP20x Power Enable Key Carlo Caione
2014-05-19 19:47 ` [PATCH v6 5/7] input: misc: Add ABI docs for AXP20x PEK Carlo Caione
2014-05-20 22:23 ` [PATCH v6 0/7] mfd: AXP20x: Add support for AXP202 and AXP209 Mark Brown
[not found] ` <20140520222307.GK12304-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-05-21 7:24 ` Carlo Caione
[not found] ` <CAOQ7t2aBc5tFYk2MkfL9QqvFf5fcebwKtO97F3S=WdJ2uFE_jg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-05-21 9:14 ` Lee Jones
2014-05-22 19:15 ` [linux-sunxi] " Carlo Caione
2014-05-22 19:55 ` Dmitry Torokhov
[not found] ` <20140522195523.GB7708-WlK9ik9hQGAhIp7JRqBPierSzoNAToWh@public.gmane.org>
2014-05-23 10:12 ` Lee Jones
2014-05-19 19:47 ` Carlo Caione [this message]
2014-05-19 19:47 ` [PATCH v6 7/7] ARM: sunxi: Add AXP20x support multi_v7_defconfig Carlo Caione
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=1400528868-5971-7-git-send-email-carlo@caione.org \
--to=carlo@caione.org \
--cc=boris.brezillon@free-electrons.com \
--cc=broonie@kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=emilio@elopez.com.ar \
--cc=hdegoede@redhat.com \
--cc=lee.jones@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-sunxi@googlegroups.com \
--cc=maxime.ripard@free-electrons.com \
--cc=sameo@linux.intel.com \
--cc=wens@csie.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).