summaryrefslogtreecommitdiff
path: root/package/kernel/modules/other.mk
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2009-05-11 20:46:51 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2009-05-11 20:46:51 +0000
commitde44ea0536083c9d8291d54973d28e49edbbd074 (patch)
treee7aaf6c8c2a72dd95f854acf50399db580032a86 /package/kernel/modules/other.mk
parent037e296207f0f4906e1b0b62e76de6d977b5e543 (diff)
downloadmtk-20170518-de44ea0536083c9d8291d54973d28e49edbbd074.zip
mtk-20170518-de44ea0536083c9d8291d54973d28e49edbbd074.tar.gz
mtk-20170518-de44ea0536083c9d8291d54973d28e49edbbd074.tar.bz2
Conditionals are not supported in Kconfig.
SVN-Revision: 15783
Diffstat (limited to 'package/kernel/modules/other.mk')
-rw-r--r--package/kernel/modules/other.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index fcac951..8118361 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -257,7 +257,6 @@ define KernelPackage/bluetooth
SUBMENU:=$(OTHER_MENU)
TITLE:=Bluetooth support
DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-input-core
-ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.29)),1)
KCONFIG:= \
CONFIG_BLUEZ \
CONFIG_BLUEZ_L2CAP \
@@ -273,27 +272,9 @@ ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.29)),1)
CONFIG_BT_RFCOMM \
CONFIG_BT_BNEP \
CONFIG_BT_HCIBTUSB \
- CONFIG_BT_HCIUART \
- CONFIG_BT_HIDP
-else
- KCONFIG:= \
- CONFIG_BLUEZ \
- CONFIG_BLUEZ_L2CAP \
- CONFIG_BLUEZ_SCO \
- CONFIG_BLUEZ_RFCOMM \
- CONFIG_BLUEZ_BNEP \
- CONFIG_BLUEZ_HCIUART \
- CONFIG_BLUEZ_HCIUSB \
- CONFIG_BLUEZ_HIDP \
- CONFIG_BT \
- CONFIG_BT_L2CAP \
- CONFIG_BT_SCO \
- CONFIG_BT_RFCOMM \
- CONFIG_BT_BNEP \
CONFIG_BT_HCIUSB \
CONFIG_BT_HCIUART \
CONFIG_BT_HIDP
-endif
endef
define KernelPackage/bluetooth/2.4