mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 18:05:15 +00:00
ramips: add kmod-pwm-mediatek for mt7628/mt7688
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
604b92dbd0
commit
29b412b8c5
@ -1,11 +1,31 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2012 OpenWrt.org
|
# Copyright (C) 2006-2016 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
OTHER_MENU:=Other modules
|
OTHER_MENU:=Other modules
|
||||||
|
|
||||||
|
define KernelPackage/pwm-mediatek
|
||||||
|
SUBMENU:=Other modules
|
||||||
|
TITLE:=MT7628 PWM
|
||||||
|
DEPENDS:=@(TARGET_ramips_mt7628||TARGET_ramips_mt7688)
|
||||||
|
KCONFIG:= \
|
||||||
|
CONFIG_PWM=y \
|
||||||
|
CONFIG_PWM_MEDIATEK \
|
||||||
|
CONFIG_PWM_SYSFS=y
|
||||||
|
FILES:= \
|
||||||
|
$(LINUX_DIR)/drivers/pwm/pwm-mediatek.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,pwm-mediatek)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/pwm-mediatek/description
|
||||||
|
Kernel modules for MediaTek Pulse Width Modulator
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,pwm-mediatek))
|
||||||
|
|
||||||
define KernelPackage/sdhci-mt7620
|
define KernelPackage/sdhci-mt7620
|
||||||
SUBMENU:=Other modules
|
SUBMENU:=Other modules
|
||||||
TITLE:=MT7620 SDCI
|
TITLE:=MT7620 SDCI
|
||||||
|
Loading…
Reference in New Issue
Block a user