Skip to content
Snippets Groups Projects
Commit 828919b2 authored by Claudio Mignanti's avatar Claudio Mignanti
Browse files

Add package for gpio-pwm

SVN-Revision: 22143
parent 86f3d57a
No related branches found
No related tags found
No related merge requests found
...@@ -661,3 +661,19 @@ define KernelPackage/wdt-scx200/description ...@@ -661,3 +661,19 @@ define KernelPackage/wdt-scx200/description
endef endef
$(eval $(call KernelPackage,wdt-scx200)) $(eval $(call KernelPackage,wdt-scx200))
define KernelPackage/pwm-gpio
SUBMENU:=$(OTHER_MENU)
TITLE:=PWM over GPIO
KCONFIG:=CONFIG_GENERIC_PWM \
CONFIG_GPIO_PWM
FILES:=$(LINUX_DIR)/drivers/pwm/gpio-pwm.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,51,gpio-pwm)
endef
define KernelPackage/pwm-gpio/description
Kernel module to models a single-channel PWM device using a timer and a GPIO pin
endef
$(eval $(call KernelPackage,pwm-gpio))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment