kernel: add ath3k module package
Adds a package for the ath3k kernel module, present in 3.18/4.0/4.1 kernels Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com> SVN-Revision: 47223
This commit is contained in:
parent
c3d310356d
commit
729a5378cd
1 changed files with 19 additions and 0 deletions
|
@ -78,6 +78,25 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,bluetooth))
|
$(eval $(call KernelPackage,bluetooth))
|
||||||
|
|
||||||
|
define KernelPackage/ath3k
|
||||||
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
TITLE:=ATH3K Kernel Module support
|
||||||
|
DEPENDS:=+kmod-bluetooth +ar3k-firmware
|
||||||
|
KCONFIG:= \
|
||||||
|
CONFIG_BT_ATH3K \
|
||||||
|
CONFIG_BT_HCIUART_ATH3K
|
||||||
|
$(call AddDepends/bluetooth)
|
||||||
|
FILES:= \
|
||||||
|
$(LINUX_DIR)/drivers/bluetooth/ath3k.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,ath3k)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/ath3k/description
|
||||||
|
Kernel support for ATH3K Module
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,ath3k))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/bluetooth_6lowpan
|
define KernelPackage/bluetooth_6lowpan
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
|
Loading…
Reference in a new issue