summaryrefslogtreecommitdiff
path: root/drivers/pwm/Kconfig
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2014-08-25 12:38:31 +0300
committerThierry Reding <thierry.reding@gmail.com>2014-08-25 11:46:37 +0200
commitad16202de8d884c10ef7637ea3982953519c2418 (patch)
treea964d5aea21bf02dc3da6165c48c43d6f14a3697 /drivers/pwm/Kconfig
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/Kconfig')
-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.