Hi, CONFIG_BT_CMTP depends on BT && BT_L2CAP && ISDN_CAPI but in config.mk there isn't an explicit check for those conditions. On a ISDN_CAPI disabled kernel this causes unresolved symbols as cmtp.ko is built Something like below fixes the problem (at least for CMTP case) by not compiling net/bluetooth/cmtp: # CONFIG_BT_CMTP depends on ISDN_CAPI ifneq ($(CONFIG_BT_CMTP),) CONFIG_BT_CMTP=m endif Regards, Ozan Caglayan -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html