From 83a8feb1d64784c17a09b9546e906f5dd6c34cd5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 25 Mar 2016 12:06:57 +0100 Subject: allow to choose drivers for generic support, reported by Oliver --- target/linux/config/Config.in.bluetooth | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/linux/config/Config.in.bluetooth') diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth index 52f708818..42d220302 100644 --- a/target/linux/config/Config.in.bluetooth +++ b/target/linux/config/Config.in.bluetooth @@ -2,7 +2,10 @@ # material, please see the LICENCE file in the top-level directory. menu "Bluetooth support and drivers" -depends on ADK_TARGET_WITH_USB || ADK_TARGET_WITH_MINIPCI || ADK_TARGET_WITH_SDIO +depends on ADK_TARGET_WITH_USB \ + || ADK_TARGET_WITH_MINIPCI \ + || ADK_TARGET_WITH_SDIO \ + || ADK_TARGET_GENERIC config ADK_KERNEL_BT_BREDR bool -- cgit v1.2.3