kernel: kmod-btmtk: Extract btmtk.ko into own package
btmtk.ko is used by btusb.ko and btmtkuart.ko, add it into an own package and make both packages depend on it. Fixes: 1c42a0be3619 ("kernel: modules: bluetooth: separating UART and USB drivers") Link: https://github.com/openwrt/openwrt/pull/18110 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
d6977ab33a
commit
2389793edf
@ -60,7 +60,7 @@ $(eval $(call KernelPackage,hci-uart))
|
|||||||
define KernelPackage/btusb
|
define KernelPackage/btusb
|
||||||
SUBMENU:=$(BLUETOOTH_MENU)
|
SUBMENU:=$(BLUETOOTH_MENU)
|
||||||
TITLE:=Bluetooth HCI USB support
|
TITLE:=Bluetooth HCI USB support
|
||||||
DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-bluetooth
|
DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-bluetooth +kmod-btmtk
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_BT_HCIBTUSB \
|
CONFIG_BT_HCIBTUSB \
|
||||||
CONFIG_BT_HCIBTUSB_BCM=n \
|
CONFIG_BT_HCIBTUSB_BCM=n \
|
||||||
@ -69,8 +69,7 @@ define KernelPackage/btusb
|
|||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/drivers/bluetooth/btusb.ko \
|
$(LINUX_DIR)/drivers/bluetooth/btusb.ko \
|
||||||
$(LINUX_DIR)/drivers/bluetooth/btintel.ko \
|
$(LINUX_DIR)/drivers/bluetooth/btintel.ko \
|
||||||
$(LINUX_DIR)/drivers/bluetooth/btrtl.ko \
|
$(LINUX_DIR)/drivers/bluetooth/btrtl.ko
|
||||||
$(LINUX_DIR)/drivers/bluetooth/btmtk.ko
|
|
||||||
AUTOLOAD:=$(call AutoProbe,btusb)
|
AUTOLOAD:=$(call AutoProbe,btusb)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -81,6 +80,18 @@ endef
|
|||||||
$(eval $(call KernelPackage,btusb))
|
$(eval $(call KernelPackage,btusb))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/btmtk
|
||||||
|
SUBMENU:=$(BLUETOOTH_MENU)
|
||||||
|
TITLE:=MTK Bluetooth support
|
||||||
|
HIDDEN:=1
|
||||||
|
DEPENDS:=+kmod-bluetooth
|
||||||
|
KCONFIG:=CONFIG_BT_MTK
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/bluetooth/btmtk.ko
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,btmtk))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/ath3k
|
define KernelPackage/ath3k
|
||||||
SUBMENU:=$(BLUETOOTH_MENU)
|
SUBMENU:=$(BLUETOOTH_MENU)
|
||||||
TITLE:=ATH3K Kernel Module support
|
TITLE:=ATH3K Kernel Module support
|
||||||
|
@ -18,7 +18,7 @@ $(eval $(call KernelPackage,ata-ahci-mtk))
|
|||||||
define KernelPackage/btmtkuart
|
define KernelPackage/btmtkuart
|
||||||
SUBMENU:=Other modules
|
SUBMENU:=Other modules
|
||||||
TITLE:=MediaTek HCI UART driver
|
TITLE:=MediaTek HCI UART driver
|
||||||
DEPENDS:=@TARGET_mediatek_mt7622 +kmod-bluetooth +mt7622bt-firmware
|
DEPENDS:=@TARGET_mediatek_mt7622 +kmod-bluetooth +kmod-btmtk +mt7622bt-firmware
|
||||||
KCONFIG:=CONFIG_BT_MTKUART
|
KCONFIG:=CONFIG_BT_MTKUART
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/drivers/bluetooth/btmtkuart.ko
|
$(LINUX_DIR)/drivers/bluetooth/btmtkuart.ko
|
||||||
|
Loading…
x
Reference in New Issue
Block a user