linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* CONFIG_BT_CMTP is not checked in compat-wireless
@ 2010-01-12 21:29 Ozan Çağlayan
  2010-01-12 23:51 ` Luis R. Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Ozan Çağlayan @ 2010-01-12 21:29 UTC (permalink / raw)
  To: Linux Wireless List, linux-bluetooth

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: CONFIG_BT_CMTP is not checked in compat-wireless
  2010-01-12 21:29 CONFIG_BT_CMTP is not checked in compat-wireless Ozan Çağlayan
@ 2010-01-12 23:51 ` Luis R. Rodriguez
  0 siblings, 0 replies; 2+ messages in thread
From: Luis R. Rodriguez @ 2010-01-12 23:51 UTC (permalink / raw)
  To: Ozan Çağlayan; +Cc: Linux Wireless List, linux-bluetooth

On Tue, Jan 12, 2010 at 1:29 PM, Ozan Çağlayan <ozan@pardus.org.tr> wrote:
> 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

I applied this change, thanks for the report.

  Luis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-12 23:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-12 21:29 CONFIG_BT_CMTP is not checked in compat-wireless Ozan Çağlayan
2010-01-12 23:51 ` Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).