|
From: Peter K. <pk...@us...> - 2001-06-07 10:47:38
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btconfig.h 1.29 1.30=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * Added CONFIG_BLUETOOTH_SUPPORT_BCSP. * Only set CONFIG_BLUETOOTH_SUPPORT_BCSP and CONFIG_BLUETOOTH_USE_BCSP if building for CSR hardware. The diff of the modified file(s): --- btconfig.h 2001/05/15 15:02:20 1.29 +++ btconfig.h 2001/06/07 10:47:37 1.30 @@ -82,10 +82,12 @@ #endif =20 #undef CONFIG_BLUETOOTH_ENABLE_MSSWITCH - #undef CONFIG_BLUETOOTH_EARLY_MSSWITCH =20 -#define CONFIG_BLUETOOTH_USE_BCSP +#ifdef CONFIG_BLUETOOTH_CSR +#define CONFIG_BLUETOOTH_SUPPORT_BCSP +#undef CONFIG_BLUETOOTH_USE_BCSP +#endif =20 /*************** * HCI * |