Say Y here to compile support for Texas Instrument's WiLink7 driver
into the kernel or say M to compile it as module.
+
+if BCM4330
+choice
+ prompt "Select the bluetooth module"
+ default BT_MODULE_NH660
+
+ config BT_MODULE_NH660
+ bool "AzureWave NH660"
+endchoice
+endif
+
endmenu
static struct rfkill_rk_data *g_rfkill = NULL;
static const char bt_name[] =
-#if defined(CONFIG_RKWIFI)
+#if defined (CONFIG_BCM4330)
+ #if defined (CONFIG_BT_MODULE_NH660)
+ "nh660"
+ #else
+ "bcm4330"
+ #endif
+#elif defined (CONFIG_RK903)
#if defined(CONFIG_RKWIFI_26M)
"rk903_26M"
#else