|
From: Peter K. <pk...@us...> - 2001-05-17 10:58:04
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
Config.in 1.14 1.15=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Only allow BCSP when using CSR's hardware.
The diff of the modified file(s):
--- Config.in 2001/05/15 14:41:16 1.14
+++ Config.in 2001/05/17 10:58:03 1.15
@@ -21,6 +21,10 @@
bool ' Block when setting baudrate' CONFIG_BLUETOOTH_SET_BAUDRATE_BLO=
CKING
fi
=20
+ if [ "$CONFIG_BLUETOOTH_CSR" =3D "y" ]; then
+ bool ' Enable BCSP' CONFIG_BLUETOOTH_USE_BCSP
+ fi
+
bool ' Bluetooth proc entries' CONFIG_BLUETOOTH_PROC
bool ' Input buffering' CONFIG_BLUETOOTH_USE_INBUFFER
bool ' Use Security Manager' CONFIG_BLUETOOTH_USE_SECURITY_MANAGER
@@ -28,7 +32,6 @@
bool ' Allow connectionless L2CAP' CONFIG_BLUETOOTH_L2CAP_CONNECTIONLESS
bool ' Enable TCI' CONFIG_BLUETOOTH_USE_TCI
bool ' Enable M/S Switch' CONFIG_BLUETOOTH_ENABLE_MSSWITCH
- bool ' Enable BCSP ' CONFIG_BLUETOOTH_USE_BCSP
=20
if [ "$CONFIG_BLUETOOTH_ENABLE_MSSWITCH" =3D "y" ]; then
# CSR can't do scatternet yet, so we need to do M/S switch=20
@@ -44,7 +47,6 @@
Port_PB_Bit_5 CONFIG_BLUETOOTH_RESET_PB5 \
Port_G_Bit_10 CONFIG_BLUETOOTH_RESET_G10 \
Port_G_Bit_11 CONFIG_BLUETOOTH_RESET_G11" None
-
fi
=20
endmenu
|