diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-03-07 16:14:10 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-03-07 16:14:10 +0000 |
commit | b09817a5e7ebd187632c80cc7a423d22b7d4a220 (patch) | |
tree | b343aef61f9f71f0a78ad50a3ed138c000776246 /package | |
parent | dbc2e08418a5f6dfd911f32ea9e0c5d69408142b (diff) | |
download | upstream-b09817a5e7ebd187632c80cc7a423d22b7d4a220.tar.gz upstream-b09817a5e7ebd187632c80cc7a423d22b7d4a220.tar.bz2 upstream-b09817a5e7ebd187632c80cc7a423d22b7d4a220.zip |
omap24xx: Add config option for n810 bluetooth driver
SVN-Revision: 25934
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/other.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 0ecc7b3786..aba1c6b7d1 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 |