mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
omap24xx: Add config option for n810 bluetooth driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25934 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -55,6 +55,22 @@ endef
|
|||||||
$(eval $(call KernelPackage,bluetooth))
|
$(eval $(call KernelPackage,bluetooth))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/bluetooth-hci-h4p
|
||||||
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
TITLE:=HCI driver with H4 Nokia extensions
|
||||||
|
DEPENDS:=@TARGET_omap24xx +kmod-bluetooth
|
||||||
|
KCONFIG:=CONFIG_BT_HCIH4P
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/bluetooth/hci_h4p/hci_h4p.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,91,hci_h4p)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/bluetooth-hci-h4p/description
|
||||||
|
HCI driver with H4 Nokia extensions
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,bluetooth-hci-h4p))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/cpu-msr
|
define KernelPackage/cpu-msr
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=x86 CPU MSR support
|
TITLE:=x86 CPU MSR support
|
||||||
|
|||||||
Reference in New Issue
Block a user