summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
diff options
context:
space:
mode:
authorAndy Shevchenko2014-08-25 11:38:31 +0200
committerThierry Reding2014-08-25 11:46:37 +0200
commitad16202de8d884c10ef7637ea3982953519c2418 (patch)
treea964d5aea21bf02dc3da6165c48c43d6f14a3697 /drivers/pwm
parentpwm: lpss: use c99 initializers in structures (diff)
downloadkernel-qcow2-linux-ad16202de8d884c10ef7637ea3982953519c2418.tar.gz
kernel-qcow2-linux-ad16202de8d884c10ef7637ea3982953519c2418.tar.xz
kernel-qcow2-linux-ad16202de8d884c10ef7637ea3982953519c2418.zip
pwm: lpss: make it buildable only on X86
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> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm')
-rw-r--r--drivers/pwm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 090741635f71..3865dfb9ed08 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.