--- zzzz-none-000/linux-2.4.17/net/bluetooth/Config.in 2001-06-12 02:15:27.000000000 +0000 +++ sangam-fb-401/linux-2.4.17/net/bluetooth/Config.in 2005-05-10 09:04:11.000000000 +0000 @@ -1,16 +1,24 @@ # -# Bluetooth configuration +# Bluetooth subsystem configuration # if [ "$CONFIG_NET" != "n" ]; then + mainmenu_option next_comment comment 'Bluetooth support' dep_tristate 'Bluetooth subsystem support' CONFIG_BLUEZ $CONFIG_NET if [ "$CONFIG_BLUEZ" != "n" ]; then dep_tristate 'L2CAP protocol support' CONFIG_BLUEZ_L2CAP $CONFIG_BLUEZ + dep_tristate 'SCO links support' CONFIG_BLUEZ_SCO $CONFIG_BLUEZ + bool 'BlueZ Debug Support' CONFIG_BLUEZ_DEBUG $CONFIG_BLUEZ + source net/bluetooth/rfcomm/Config.in + source net/bluetooth/bnep/Config.in + source net/bluetooth/cmtp/Config.in + source net/bluetooth/hidp/Config.in source drivers/bluetooth/Config.in fi + endmenu fi