Hi Arnd, > 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 no idea what your email client did here, but I had to manually fix this up. > 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. > > We can solve that by moving the 'select' statement into CONFIG_BT, > which is a "tristate" option to enforce that 6LOWPAN_IPHC can > only be a module if BT also is a module. > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> patch has been applied to bluetooth-next tree. Regards Marcel -- 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