projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2b7ade
)
pwm: lpss: make it buildable only on X86
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Mon, 25 Aug 2014 09:38:31 +0000
(12:38 +0300)
committer
Thierry Reding
<thierry.reding@gmail.com>
Mon, 25 Aug 2014 09:46:37 +0000
(11:46 +0200)
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>
drivers/pwm/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/pwm/Kconfig
b/drivers/pwm/Kconfig
index
0907416
..
3865dfb
100644
(file)
--- 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.