summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-07 16:14:10 +0000
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-07 16:14:10 +0000
commitf96b92c0c3c6029e7edeb8e48c038ca1ac1367c4 (patch)
treeeaf13e5a2e9dea84ae397910d5743737d26a78b0 /package
parent65c272cf02a349ad6b272f2d0c49d55f7437b124 (diff)
omap24xx: Add config option for n810 bluetooth driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25934 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 0ecc7b378..aba1c6b7d 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -55,6 +55,22 @@ endef
$(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
SUBMENU:=$(OTHER_MENU)
TITLE:=x86 CPU MSR support