All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pwm: lpss: make it buildable only on X86
@ 2014-08-25  9:38 Andy Shevchenko
  2014-08-25  9:45 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2014-08-25  9:38 UTC (permalink / raw)
  To: linux-pwm, Thierry Reding; +Cc: Andy Shevchenko

There is no sign of this IP block on non-x86 architectures and rather will not
be. Thus, make this explicit by applying a direct dependency to X86.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/pwm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 0907416..3865dfb 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -150,6 +150,7 @@ config 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.
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pwm: lpss: make it buildable only on X86
  2014-08-25  9:38 [PATCH] pwm: lpss: make it buildable only on X86 Andy Shevchenko
@ 2014-08-25  9:45 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2014-08-25  9:45 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: linux-pwm

[-- Attachment #1: Type: text/plain, Size: 775 bytes --]

On Mon, Aug 25, 2014 at 12:38:31PM +0300, Andy Shevchenko wrote:
> There is no sign of this IP block on non-x86 architectures and rather will not
> be. Thus, make this explicit by applying a direct dependency to X86.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  drivers/pwm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
> index 0907416..3865dfb 100644
> --- a/drivers/pwm/Kconfig
> +++ b/drivers/pwm/Kconfig
> @@ -150,6 +150,7 @@ config 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.

Applied, thanks.

Thierry

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-25  9:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-25  9:38 [PATCH] pwm: lpss: make it buildable only on X86 Andy Shevchenko
2014-08-25  9:45 ` Thierry Reding

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.