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)
commit642745184f82688eb3ef0cdfaa4ba632055be9af
tree481319e39ccd971d770d88e48507469aad4adc87
parentc4c896e1471aec3b004a693c689f60be3b17ac86
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