You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
500 B
22 lines
500 B
12 years ago
|
--- a/drivers/Kconfig
|
||
|
+++ b/drivers/Kconfig
|
||
|
@@ -62,6 +62,8 @@ source "drivers/pinctrl/Kconfig"
|
||
|
|
||
|
source "drivers/gpio/Kconfig"
|
||
|
|
||
|
+source "drivers/pwm/Kconfig"
|
||
|
+
|
||
|
source "drivers/w1/Kconfig"
|
||
|
|
||
|
source "drivers/power/Kconfig"
|
||
|
--- a/drivers/Makefile
|
||
|
+++ b/drivers/Makefile
|
||
|
@@ -13,6 +13,7 @@ obj-y += pinctrl/
|
||
|
obj-y += gpio/
|
||
|
obj-y += pwm/
|
||
|
obj-$(CONFIG_PCI) += pci/
|
||
|
+obj-$(CONFIG_GENERIC_PWM) += pwm/
|
||
|
obj-$(CONFIG_PARISC) += parisc/
|
||
|
obj-$(CONFIG_RAPIDIO) += rapidio/
|
||
|
obj-y += video/
|