diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2014-08-25 05:38:31 -0400 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2014-08-25 05:46:37 -0400 |
commit | ad16202de8d884c10ef7637ea3982953519c2418 (patch) | |
tree | a964d5aea21bf02dc3da6165c48c43d6f14a3697 /drivers/pwm | |
parent | b2b7adeb21745266326d453b95e5d0b1b9cb1d4e (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/Kconfig | 1 |
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 | ||
151 | config PWM_LPSS | 151 | config 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. |