diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-23 23:08:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-23 23:08:41 +0200 |
commit | e9184df1d809128649d59a937de4b251500c0c7f (patch) | |
tree | 699d84a3e1b2c6ae7cd239e41f9673ad5772ff53 /target/linux/config/Config.in.bluetooth | |
parent | 200e9dc108bcffc936c839e96153641cf6e4c22a (diff) |
combine cubox-i and hummingboard support, same linux patches are required
Diffstat (limited to 'target/linux/config/Config.in.bluetooth')
-rw-r--r-- | target/linux/config/Config.in.bluetooth | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth index 352d73fad..537e0c741 100644 --- a/target/linux/config/Config.in.bluetooth +++ b/target/linux/config/Config.in.bluetooth @@ -82,7 +82,7 @@ config ADK_KERNEL_BT_HCIBTSDIO tristate select ADK_KERNEL_BT depends on ADK_TARGET_WITH_SDIO - default m if ADK_TARGET_SYSTEM_CUBOX_I && !ADK_KERNEL_VERSION_3_14 + default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 default n help Bluetooth HCI SDIO driver. @@ -117,7 +117,7 @@ config ADK_KERNEL_BT_MRVL tristate select ADK_KERNEL_BT select ADK_PACKAGE_BRCM_BLUETOOTH - default m if ADK_TARGET_SYSTEM_CUBOX_I && !ADK_KERNEL_VERSION_3_14 + default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 default n help Bluetooth Marvell driver. @@ -128,7 +128,7 @@ config ADK_KERNEL_BT_MRVL_SDIO depends on ADK_KERNEL_BT_MRVL depends on ADK_KERNEL_BT_HCIBTSDIO depends on ADK_TARGET_WITH_SDIO - default m if ADK_TARGET_SYSTEM_CUBOX_I && !ADK_KERNEL_VERSION_3_14 + default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 default n help Bluetooth Marvell driver. |