diff options
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.bluetooth | 2 | ||||
-rw-r--r-- | target/linux/config/Config.in.crypto | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth index 26ac067b1..73760d14c 100644 --- a/target/linux/config/Config.in.bluetooth +++ b/target/linux/config/Config.in.bluetooth @@ -82,6 +82,7 @@ config ADK_KPACKAGE_KMOD_BT_HCIBTUSB tristate default n depends on ADK_KPACKAGE_KMOD_BT + depends on ADK_TARGET_WITH_USB help Bluetooth HCI USB driver. This driver is required if you want to use Bluetooth devices with @@ -106,6 +107,7 @@ config ADK_KPACKAGE_KMOD_BT_HCIBCM203X select ADK_KPACKAGE_KMOD_FW_LOADER select ADK_KPACKAGE_KMOD_BT_HCIBTUSB depends on ADK_KPACKAGE_KMOD_BT + depends on ADK_LINUX_X86 || ADK_LINUX_X86_64 help Bluetooth HCI BCM203x USB driver. This driver provides the firmware loading mechanism for the Broadcom diff --git a/target/linux/config/Config.in.crypto b/target/linux/config/Config.in.crypto index ff6fb6b00..694443350 100644 --- a/target/linux/config/Config.in.crypto +++ b/target/linux/config/Config.in.crypto @@ -65,6 +65,8 @@ config ADK_KPACKAGE_KMOD_OCF_HIFN default n select ADK_KERNEL_OCF_OCF depends on ADK_TARGET_WITH_PCI || ADK_TARGET_WITH_MINIPCI + depends on !ADK_HARDWARE_QEMU + depends on ADK_LINUX_X86 || ADK_LINUX_X86_64 select ADK_KPACKAGE_KMOD_CRYPTO_AES help Engine for cryptodev that uses Hifn based accelerators |