[package] uhttpd:
[openwrt.git] / package / kernel / modules / other.mk
index 3781cbe..f27e2ef 100644 (file)
@@ -31,6 +31,7 @@ define KernelPackage/bluetooth
        CONFIG_BT_HCIBTUSB \
        CONFIG_BT_HCIUSB \
        CONFIG_BT_HCIUART \
+       CONFIG_BT_HCIUART_H4 \
        CONFIG_BT_HIDP
   $(call AddDepends/crc16)
   $(call AddDepends/hid)
@@ -679,11 +680,26 @@ endef
 $(eval $(call KernelPackage,wdt-scx200))
 
 
+define KernelPackage/pwm
+  SUBMENU:=$(OTHER_MENU)
+  TITLE:=PWM generic API
+  KCONFIG:=CONFIG_GENERIC_PWM
+  FILES:=$(LINUX_DIR)/drivers/pwm/pwm.ko
+  AUTOLOAD:=$(call AutoLoad,50,pwm)
+endef
+
+define KernelPackage/pwm/description
+ Kernel module that implement a generic PWM API
+endef
+
+$(eval $(call KernelPackage,pwm))
+
+
 define KernelPackage/pwm-gpio
   SUBMENU:=$(OTHER_MENU)
   TITLE:=PWM over GPIO
-  KCONFIG:=CONFIG_GENERIC_PWM \
-               CONFIG_GPIO_PWM
+  DEPENDS:=+kmod-pwm
+  KCONFIG:=CONFIG_GPIO_PWM
   FILES:=$(LINUX_DIR)/drivers/pwm/gpio-pwm.ko
   AUTOLOAD:=$(call AutoLoad,51,gpio-pwm)
 endef
This page took 0.026518 seconds and 4 git commands to generate.