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>
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
|
# Copyright (c) 2025, Ambiq Micro Inc. <www.ambiq.com>
|
|
|
|
rsource "Kconfig.hal"
|
|
rsource "Kconfig.components"
|