|
@@ -15,6 +15,18 @@ endef
|
|
|
|
|
|
$(eval $(call KernelPackage,ata-ahci-mtk))
|
|
|
|
|
|
+define KernelPackage/btmtkuart
|
|
|
+ SUBMENU:=Other modules
|
|
|
+ TITLE:=MediaTek HCI UART driver
|
|
|
+ DEPENDS:=@TARGET_mediatek_mt7622 +kmod-bluetooth +mt7622bt-firmware
|
|
|
+ KCONFIG:=CONFIG_BT_MTKUART
|
|
|
+ FILES:= \
|
|
|
+ $(LINUX_DIR)/drivers/bluetooth/btmtkuart.ko
|
|
|
+ AUTOLOAD:=$(call AutoProbe,btmtkuart)
|
|
|
+endef
|
|
|
+
|
|
|
+$(eval $(call KernelPackage,btmtkuart))
|
|
|
+
|
|
|
define KernelPackage/sdhci-mtk
|
|
|
SUBMENU:=Other modules
|
|
|
TITLE:=Mediatek SDHCI driver
|