1# 2# Bluetooth RFCOMM layer configuration 3# 4 5dep_tristate 'RFCOMM protocol support' CONFIG_BLUEZ_RFCOMM $CONFIG_BLUEZ_L2CAP 6 7if [ "$CONFIG_BLUEZ_RFCOMM" != "n" ]; then 8 bool ' RFCOMM TTY support' CONFIG_BLUEZ_RFCOMM_TTY 9fi 10 11