]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/bluetooth/Kconfig
fbdev: fix divide error in fb_var_to_videomode
[mirror_ubuntu-bionic-kernel.git] / drivers / bluetooth / Kconfig
index 60e1c7d6986db52e0640aa5f377f35f505590737..157ef5fd9f98e33a48979dd49011b6bb4a25aafb 100644 (file)
@@ -146,6 +146,7 @@ config BT_HCIUART_LL
 config BT_HCIUART_3WIRE
        bool "Three-wire UART (H5) protocol support"
        depends on BT_HCIUART
+       depends on BT_HCIUART_SERDEV
        help
          The HCI Three-wire UART Transport Layer makes it possible to
          user the Bluetooth HCI over a serial port interface. The HCI
@@ -378,4 +379,11 @@ config BT_QCOMSMD
          Say Y here to compile support for HCI over Qualcomm SMD into the
          kernel or say M to compile as a module.
 
+config BT_QCOMSMD_HACK
+       bool "Don't forcefully hook hci setup()"
+       default n
+       help
+         Don't forcefully hook hci setup() in case a BD address wasn't
+         assigned to hcidev during qcomsmd_probe().
+
 endmenu