From: Tomer Maimon <tmaimon77@gmail.com>
To: joel@jms.id.au
Cc: openbmc@lists.ozlabs.org, Tomer Maimon <tmaimon77@gmail.com>
Subject: [linux dev-4.19 v1 4/4] arm: configs: add NPCM7xx ADC and MMIO configuration
Date: Mon, 31 Dec 2018 11:50:56 +0200 [thread overview]
Message-ID: <20181231095056.86234-5-tmaimon77@gmail.com> (raw)
In-Reply-To: <20181231095056.86234-1-tmaimon77@gmail.com>
Add ADC and MMIO configuration to NPCM7xx (Poleg) BMC.
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
---
arch/arm/configs/npcm7xx_defconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/configs/npcm7xx_defconfig b/arch/arm/configs/npcm7xx_defconfig
index f3cefe303a21..15d345a8c99b 100644
--- a/arch/arm/configs/npcm7xx_defconfig
+++ b/arch/arm/configs/npcm7xx_defconfig
@@ -67,6 +67,8 @@ CONFIG_SENSORS_LM75=y
CONFIG_SENSORS_NPCM7XX=y
CONFIG_SENSORS_TMP102=y
CONFIG_WATCHDOG=y
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_USB_HIDDEV=y
CONFIG_USB=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
@@ -81,6 +83,9 @@ CONFIG_USB_MASS_STORAGE=m
CONFIG_MMC=y
CONFIG_MMC_SDHCI=y
CONFIG_IIO=y
+CONFIG_NPCM_ADC=y
+CONFIG_IIO_MUX=y
+CONFIG_MUX_MMIO=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_TMPFS=y
--
2.14.1
prev parent reply other threads:[~2018-12-31 9:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-31 9:50 [linux dev-4.19 v1 0/4] dd NPCM7xx ADC patch to dev-4.19 Tomer Maimon
2018-12-31 9:50 ` [linux dev-4.19 v1 1/4] dt-binding: iio: add NPCM ADC documentation Tomer Maimon
2018-12-31 9:50 ` [linux dev-4.19 v1 2/4] iio: adc: add NPCM ADC driver Tomer Maimon
2018-12-31 9:50 ` [linux dev-4.19 v1 3/4] dts: npcm7xx: Modify NPCM7xx device tree Tomer Maimon
2018-12-31 9:50 ` Tomer Maimon [this message]
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=20181231095056.86234-5-tmaimon77@gmail.com \
--to=tmaimon77@gmail.com \
--cc=joel@jms.id.au \
--cc=openbmc@lists.ozlabs.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.