Added CONFIG_AMBIQ_COMPONENT_USE_BT and CONFIG_SOC_AMBIQ_BT_SUPPORTED to fix empty zephyr_library() warning when BLE is not needed for compile. Added CMake message if BT related Ambiq specific Kconfig is overriden for not supported SoC. Signed-off-by: Swift Tian <swift.tian@ambiq.com>
10 lines
260 B
Text
10 lines
260 B
Text
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
|
# Copyright (c) 2025, Ambiq Micro Inc. <www.ambiq.com>
|
|
|
|
config AMBIQ_COMPONENT_USE_BT
|
|
bool
|
|
depends on SOC_AMBIQ_BT_SUPPORTED
|
|
help
|
|
Use Bluetooth component from Ambiq
|