summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.bluetooth
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-10 22:46:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-10 22:46:17 +0200
commitd2ea402f13338451f04d0eea313890e2d1b2f7cf (patch)
tree6605fb8d99ce373e6fb7aeb01cc8732868b75e9b /target/linux/config/Config.in.bluetooth
parent6af2dcb9b8b068b2adbb2289ecfa1d9ea8b1f12f (diff)
do not enable bluetooth driver for non-sdio capable devices
Diffstat (limited to 'target/linux/config/Config.in.bluetooth')
-rw-r--r--target/linux/config/Config.in.bluetooth7
1 files changed, 3 insertions, 4 deletions
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth
index 537e0c741..64226aba6 100644
--- a/target/linux/config/Config.in.bluetooth
+++ b/target/linux/config/Config.in.bluetooth
@@ -116,8 +116,6 @@ config ADK_KERNEL_BT_MRVL
prompt "Marvell driver"
tristate
select ADK_KERNEL_BT
- select ADK_PACKAGE_BRCM_BLUETOOTH
- default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
default n
help
Bluetooth Marvell driver.
@@ -125,8 +123,9 @@ config ADK_KERNEL_BT_MRVL
config ADK_KERNEL_BT_MRVL_SDIO
prompt "Marvell SDIO driver"
tristate
- depends on ADK_KERNEL_BT_MRVL
- depends on ADK_KERNEL_BT_HCIBTSDIO
+ select ADK_PACKAGE_BRCM_BLUETOOTH
+ select ADK_KERNEL_BT_MRVL
+ select ADK_KERNEL_BT_HCIBTSDIO
depends on ADK_TARGET_WITH_SDIO
default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
default n