diff options
author | Pavel Machek <pavel@ucw.cz> | 2014-01-21 21:56:27 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-07 10:13:53 -0800 |
commit | 91eef3e2fee581b00f027bbb0d144788a3c609a9 (patch) | |
tree | 5b7caa470f3630ac80851082e6b8c675602e6d44 /drivers/staging/Makefile | |
parent | be973fcd81c946e5e6ba2586718232e0fcf296e2 (diff) | |
download | blackbird-op-linux-91eef3e2fee581b00f027bbb0d144788a3c609a9.tar.gz blackbird-op-linux-91eef3e2fee581b00f027bbb0d144788a3c609a9.zip |
staging/bluetooth: Add hci_h4p driver
Add hci_h4p bluetooth driver to staging tree. This device is used
for example on Nokia N900 cell phone.
Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Thanks-to: Sebastian Reichel <sre@debian.org>
Thanks-to: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 399f9fe07014..2c4949a9bd9b 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -66,3 +66,4 @@ obj-$(CONFIG_DGNC) += dgnc/ obj-$(CONFIG_DGAP) += dgap/ obj-$(CONFIG_MTD_SPINAND_MT29F) += mt29f_spinand/ obj-$(CONFIG_GS_FPGABOOT) += gs_fpgaboot/ +obj-$(CONFIG_BT_NOKIA_H4P) += nokia_h4p/ |