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>
This commit is contained in:
Andy Shevchenko 2014-08-25 12:38:31 +03:00 коммит произвёл Thierry Reding
Родитель b2b7adeb21
Коммит ad16202de8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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.