Browse Source

BT_HCIBTUSB_BCM is boolean type

Waldemar Brodkorb 7 years ago
parent
commit
9e43c6b3af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/config/Config.in.bluetooth

+ 1 - 1
target/linux/config/Config.in.bluetooth

@@ -104,7 +104,7 @@ config ADK_KERNEL_BT_HCIBTUSB
 	  USB interface.
 
 config ADK_KERNEL_BT_HCIBTUSB_BCM
-	tristate "Broadcom protocol support"
+	bool "Broadcom protocol support"
 	depends on ADK_KERNEL_BT_HCIBTUSB
 	select ADK_KERNEL_BT_BCM
 	help