Commit ad16202d authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Thierry Reding

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: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
parent b2b7adeb
...@@ -150,6 +150,7 @@ config PWM_LPC32XX ...@@ -150,6 +150,7 @@ config PWM_LPC32XX
config PWM_LPSS config PWM_LPSS
tristate "Intel LPSS PWM support" tristate "Intel LPSS PWM support"
depends on X86
help help
Generic PWM framework driver for Intel Low Power Subsystem PWM Generic PWM framework driver for Intel Low Power Subsystem PWM
controller. controller.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment