From 1a87ce75daa1cd210394993c28eca0739b6888c8 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 12 Jan 2015 11:58:41 +0000 Subject: pwm support can't be compiled as a module Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43947 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/linux/modules/other.mk | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'package/kernel/linux/modules/other.mk') diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index b1bb76a892..eed258dc22 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -495,20 +495,6 @@ endef $(eval $(call KernelPackage,booke-wdt)) -define KernelPackage/pwm - SUBMENU:=$(OTHER_MENU) - TITLE:=PWM generic API - KCONFIG:=CONFIG_GENERIC_PWM - FILES:=$(LINUX_DIR)/drivers/pwm/pwm.ko -endef - -define KernelPackage/pwm/description - Kernel module that implement a generic PWM API -endef - -$(eval $(call KernelPackage,pwm)) - - define KernelPackage/rtc-ds1307 SUBMENU:=$(OTHER_MENU) TITLE:=Dallas/Maxim DS1307 (and compatible) RTC support -- cgit v1.2.3