generic: fix build failure in MIPS kexec code if SMP is enabled
[openwrt.git] / target / linux / generic / patches-3.3 / 865-gpiopwm.patch
1 --- a/drivers/Kconfig
2 +++ b/drivers/Kconfig
3 @@ -60,6 +60,8 @@ source "drivers/pinctrl/Kconfig"
4  
5  source "drivers/gpio/Kconfig"
6  
7 +source "drivers/pwm/Kconfig"
8 +
9  source "drivers/w1/Kconfig"
10  
11  source "drivers/power/Kconfig"
12 --- a/drivers/Makefile
13 +++ b/drivers/Makefile
14 @@ -8,6 +8,7 @@
15  # GPIO must come after pinctrl as gpios may need to mux pins etc
16  obj-y                          += pinctrl/
17  obj-y                          += gpio/
18 +obj-$(CONFIG_GENERIC_PWM)      += pwm/
19  obj-$(CONFIG_PCI)              += pci/
20  obj-$(CONFIG_PARISC)           += parisc/
21  obj-$(CONFIG_RAPIDIO)          += rapidio/