From: mporter@linaro.org (Matt Porter)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/5] pwm: enable TI PWMSS if the IIO tiecap driver is selected
Date: Wed, 29 Jan 2014 15:59:58 -0500 [thread overview]
Message-ID: <1391029199-3670-5-git-send-email-mporter@linaro.org> (raw)
In-Reply-To: <1391029199-3670-1-git-send-email-mporter@linaro.org>
The IIO TI ECAP driver depends on the TI PWMSS management
driver in this subsystem. Enable PWMSS when the IIO TI ECAP
driver is selected.
Signed-off-by: Matt Porter <mporter@linaro.org>
---
drivers/pwm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 22f2f28..bd3cc65 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -219,7 +219,7 @@ config PWM_TIEHRPWM
config PWM_TIPWMSS
bool
- default y if SOC_AM33XX && (PWM_TIECAP || PWM_TIEHRPWM)
+ default y if SOC_AM33XX && (IIO_TIECAP || PWM_TIECAP || PWM_TIEHRPWM)
help
PWM Subsystem driver support for AM33xx SOC.
--
1.8.4
next prev parent reply other threads:[~2014-01-29 20:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-29 20:59 [PATCH 0/5] IIO pulse capture support for TI ECAP Matt Porter
2014-01-29 20:59 ` [PATCH 1/5] iio: add support for pulse width capture devices Matt Porter
2014-01-29 20:59 ` [PATCH 2/5] iio: pulse: add TI ECAP driver Matt Porter
2014-01-29 20:59 ` [PATCH 3/5] iio: enable selection and build of pulse drivers Matt Porter
2014-01-29 20:59 ` Matt Porter [this message]
2014-01-29 20:59 ` [PATCH 5/5] ARM: dts: AM33XX: Add ecap interrupt properties Matt Porter
2014-02-28 22:43 ` Tony Lindgren
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=1391029199-3670-5-git-send-email-mporter@linaro.org \
--to=mporter@linaro.org \
--cc=linux-arm-kernel@lists.infradead.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).