From: Luis R. Rodriguez Date: Tue, 12 Jan 2010 23:49:51 +0000 (-0800) Subject: Enable CONFIG_BT_CMTP only if CONFIG_BT_CMTP is enabled X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=53368ffb721152b75de1340f9d4c4a27a6f57e83;p=openwrt%2Fstaging%2Fblogic.git Enable CONFIG_BT_CMTP only if CONFIG_BT_CMTP is enabled Reported-by: Ozan Çağlayan Signed-off-by: Luis R. Rodriguez --- diff --git a/config.mk b/config.mk index 9f5d08d41292..bc280cf9ff63 100644 --- a/config.mk +++ b/config.mk @@ -153,7 +153,10 @@ CONFIG_BT_L2CAP=m CONFIG_BT_SCO=m CONFIG_BT_RFCOMM=m CONFIG_BT_BNEP=m +# CONFIG_BT_CMTP depends on ISDN_CAPI +ifneq ($(CONFIG_BT_CMTP),) CONFIG_BT_CMTP=m +endif CONFIG_BT_HIDP=m ifdef CONFIG_COMPAT_KERNEL_32