diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-29 20:25:24 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-29 20:25:24 -0500 |
commit | 68873cd16e10d91882c3fbb678ca346875bf3e1b (patch) | |
tree | 26b2f63bb5087eb1a2bffa8d4a06dba3e9ca636a /target | |
parent | cf41b77ac20cb46cc5556561528cb788a3fe42fc (diff) |
disable bluetooth in default configuration
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.bluetooth | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth index 64226aba6..f9c8ea8b6 100644 --- a/target/linux/config/Config.in.bluetooth +++ b/target/linux/config/Config.in.bluetooth @@ -82,7 +82,6 @@ config ADK_KERNEL_BT_HCIBTSDIO tristate select ADK_KERNEL_BT depends on ADK_TARGET_WITH_SDIO - default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 default n help Bluetooth HCI SDIO driver. @@ -127,7 +126,6 @@ config ADK_KERNEL_BT_MRVL_SDIO 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 help Bluetooth Marvell driver. |