Merge branch 'develop' of 10.10.10.29:/home/rockchip/kernel into develop
[firefly-linux-kernel-4.4.55.git] / drivers / bluetooth / Kconfig
old mode 100644 (file)
new mode 100755 (executable)
index 652367a..fd35fb0
@@ -195,5 +195,27 @@ config BT_MRVL_SDIO
          Say Y here to compile support for Marvell BT-over-SDIO driver
          into the kernel or say M to compile it as module.
 
+config BT_HCIBCM4325
+       tristate "HCI BCM4325 UART driver"
+       depends on  BT_HCIUART
+       help
+         Bluetooth HCI BCM4325 UART driver.
+         This driver provides the firmware loading mechanism for the Broadcom
+         Blutonium based devices.
+
+         Say Y here to compile support for HCI BCM4325 devices into the
+         kernel or say M to compile it as module (bcm4325).
+
+if BT_HCIBCM4325
+choice
+        prompt "BD_ADDR read from"
+config IDBLOCK
+        bool "NAND ID block"
+config WIFI_MAC
+        bool "WIFI MAC+1"
+endchoice
+endif
+
+
 endmenu