Hi Arnd, On Thu, Mar 13, 2014 at 11:31:41AM +0100, Arnd Bergmann wrote: > From 5c094e2f8e556b27a73607fc39d33944c1ec3384 Mon Sep 17 00:00:00 2001 > From: Arnd Bergmann <arnd@xxxxxxxx> > Date: Thu, 13 Mar 2014 11:27:21 +0100 > Subject: [PATCH] Bluetooth: make sure 6LOWPAN_IPHC is built-in if needed > > Commit 975508879 "Bluetooth: make bluetooth 6lowpan as an option" > ensures that 6LOWPAN_IPHC is turned on when we have BT_6LOWPAN > enabled in Kconfig, but it allows building the IPHC code as > a loadable module even if the entire Bluetooth stack is built-in, > and that causes a link error. how do you get this link error? I don't see any linking error. But I know what you mean, because we have a bool and not a tristate here and then 6LOWPAN_IPHC is always built-in. Thanks for fixing this. - Alex -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html