aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2014-08-25 05:38:31 -0400
committerThierry Reding <thierry.reding@gmail.com>2014-08-25 05:46:37 -0400
commitad16202de8d884c10ef7637ea3982953519c2418 (patch)
treea964d5aea21bf02dc3da6165c48c43d6f14a3697 /drivers/pwm
parentb2b7adeb21745266326d453b95e5d0b1b9cb1d4e (diff)
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
150 150
151config PWM_LPSS 151config PWM_LPSS
152 tristate "Intel LPSS PWM support" 152 tristate "Intel LPSS PWM support"
153 depends on X86
153 help 154 help
154 Generic PWM framework driver for Intel Low Power Subsystem PWM 155 Generic PWM framework driver for Intel Low Power Subsystem PWM
155 controller. 156 controller.