Bluetooth: Add missing selection of CONFIG_CRC16 for L2CAP layer
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 24 Aug 2009 23:32:50 +0000 (16:32 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 24 Aug 2009 23:34:35 +0000 (16:34 -0700)
commitcbe86b98a6aceefe943ada1471eb52fd9ac4c504
treec9210df351240686da735245e9036eeb5999110a
parent7bee549e197c9c0e92b89857a409675c1d5e9dff
Bluetooth: Add missing selection of CONFIG_CRC16 for L2CAP layer

Fix net/bluetooth/l2cap.c build errors:

l2cap.c:(.text+0x126035): undefined reference to `crc16'
l2cap.c:(.text+0x126323): undefined reference to `crc16'
l2cap.c:(.text+0x12668e): undefined reference to `crc16'
l2cap.c:(.text+0x12683b): undefined reference to `crc16'
l2cap.c:(.text+0x126956): undefined reference to `crc16'
net/built-in.o:l2cap.c:(.text+0x129041): more undefined references to `crc16' follow

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/Kconfig