From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Qipeng Zha <qipeng.zha@intel.com>,
linux-pwm@vger.kernel.org
Subject: Re: [PATCH 1/2] pwm: lpss: select core part automatically
Date: Thu, 3 Dec 2015 11:28:04 +0200 [thread overview]
Message-ID: <20151203092804.GV1593@lahna.fi.intel.com> (raw)
In-Reply-To: <1447845918-66691-1-git-send-email-mika.westerberg@linux.intel.com>
Ping?
On Wed, Nov 18, 2015 at 01:25:17PM +0200, Mika Westerberg wrote:
> From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>
> We have two users of core part right now. Let them to select core part
> automatically.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
> ---
> drivers/pwm/Kconfig | 15 +++++----------
> 1 file changed, 5 insertions(+), 10 deletions(-)
>
> diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
> index 2f4641a0e88b..aef635b7e2d1 100644
> --- a/drivers/pwm/Kconfig
> +++ b/drivers/pwm/Kconfig
> @@ -222,18 +222,12 @@ config PWM_LPC32XX
> will be called pwm-lpc32xx.
>
> config PWM_LPSS
> - tristate "Intel LPSS PWM support"
> - depends on X86
> - help
> - Generic PWM framework driver for Intel Low Power Subsystem PWM
> - controller.
> -
> - To compile this driver as a module, choose M here: the module
> - will be called pwm-lpss.
> + tristate
>
> config PWM_LPSS_PCI
> tristate "Intel LPSS PWM PCI driver"
> - depends on PWM_LPSS && PCI
> + depends on X86 && PCI
> + select PWM_LPSS
> help
> The PCI driver for Intel Low Power Subsystem PWM controller.
>
> @@ -242,7 +236,8 @@ config PWM_LPSS_PCI
>
> config PWM_LPSS_PLATFORM
> tristate "Intel LPSS PWM platform driver"
> - depends on PWM_LPSS && ACPI
> + depends on X86 && ACPI
> + select PWM_LPSS
> help
> The platform driver for Intel Low Power Subsystem PWM controller.
>
> --
> 2.6.2
next prev parent reply other threads:[~2015-12-03 9:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-18 11:25 [PATCH 1/2] pwm: lpss: select core part automatically Mika Westerberg
2015-11-18 11:25 ` [PATCH 2/2] pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE Mika Westerberg
2015-12-16 15:53 ` Thierry Reding
2015-12-03 9:28 ` Mika Westerberg [this message]
2015-12-16 15:52 ` [PATCH 1/2] pwm: lpss: select core part automatically Thierry Reding
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=20151203092804.GV1593@lahna.fi.intel.com \
--to=mika.westerberg@linux.intel.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=linux-pwm@vger.kernel.org \
--cc=qipeng.zha@intel.com \
--cc=thierry.reding@gmail.com \
/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.