From: Mattias A. <mat...@us...> - 2001-06-06 14:56:41
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- Config.in 1.15 1.16=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * Added CONFIG_BLUETOOTH_SUPPORT_BCSP which always links bcsp code if set. * CONFIG_BLUETOOTH_USE_BCSP now only enabled BCSP by default=20 if ..SUPPORT_BCSP is set=20 The diff of the modified file(s): --- Config.in 2001/05/17 10:58:03 1.15 +++ Config.in 2001/06/06 14:56:41 1.16 @@ -22,7 +22,11 @@ fi =20 if [ "$CONFIG_BLUETOOTH_CSR" =3D "y" ]; then - bool ' Enable BCSP' CONFIG_BLUETOOTH_USE_BCSP + bool ' Support BCSP' CONFIG_BLUETOOTH_SUPPORT_BCSP + + if [ "$CONFIG_BLUETOOTH_SUPPORT_BCSP" =3D "y" ]; then + bool ' Use BCSP' CONFIG_BLUETOOTH_USE_BCSP + fi fi =20 bool ' Bluetooth proc entries' CONFIG_BLUETOOTH_PROC |