]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko
authorGustavo F. Padovan <padovan@profusion.mobi>
Mon, 7 Feb 2011 22:08:52 +0000 (20:08 -0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 14 Feb 2011 20:27:36 +0000 (17:27 -0300)
commit8a8f56beb2903466475955c6b37077f12a6c4045
tree481319e39ccd971d770d88e48507469aad4adc87
parent7311b48ed2c0022d07b2f378eb750ae9fa9fdb33
Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko

Actually doesn't make sense have these modules built separately.
The L2CAP layer is needed by almost all Bluetooth protocols and profiles.
There isn't any real use case without having L2CAP loaded.
SCO is only essential for Audio transfers, but it is so small that we can
have it loaded always in bluetooth.ko without problems.
If you really doesn't want it you can disable SCO in the kernel config.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/bluetooth.h
net/bluetooth/Kconfig
net/bluetooth/Makefile
net/bluetooth/af_bluetooth.c
net/bluetooth/l2cap_core.c
net/bluetooth/sco.c