mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-21 17:54:43 +02:00
[kernel] Add package for gpio-pwm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22143 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5c39ae21ff
commit
4747359497
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user