Hi Martin,
Yes, the Kinetis I2C module does support slave mode clock stretching. The slave will hold the clock low until its data register has been either written to or read from (depending upon the transfer direction). The SBRC bit will control how clock stretching is implemented:
SBRC = 0 : Clock stretching occurs on the low period during a byte transfer (if the slave's bit transfer rate is slower than the master's), and between bytes until the slave has read/written the data register.
SBRC = 1: Clock stretching occurs only between bytes until the slave has read/written the data register.
Best Regards,
Derrick