From 6ed90f65a56fa7c714b5458da6febdcce1fa6b00 Mon Sep 17 00:00:00 2001 From: Emil Gydesen Date: Thu, 16 May 2024 15:07:40 +0200 Subject: [PATCH] Bluetooth: Audio: Remove empty Kconfig.bass The kconfig file is empty. Signed-off-by: Emil Gydesen --- subsys/bluetooth/audio/Kconfig | 1 - subsys/bluetooth/audio/Kconfig.bass | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 subsys/bluetooth/audio/Kconfig.bass diff --git a/subsys/bluetooth/audio/Kconfig b/subsys/bluetooth/audio/Kconfig index f8e7769df34..ea85a3d71b6 100644 --- a/subsys/bluetooth/audio/Kconfig +++ b/subsys/bluetooth/audio/Kconfig @@ -53,7 +53,6 @@ rsource "Kconfig.micp" rsource "Kconfig.csip" rsource "Kconfig.tbs" rsource "Kconfig.mcs" -rsource "Kconfig.bass" rsource "Kconfig.has" rsource "Kconfig.mpl" rsource "Kconfig.mctl" diff --git a/subsys/bluetooth/audio/Kconfig.bass b/subsys/bluetooth/audio/Kconfig.bass deleted file mode 100644 index 85c2a4bd682..00000000000 --- a/subsys/bluetooth/audio/Kconfig.bass +++ /dev/null @@ -1,12 +0,0 @@ -# Bluetooth Audio - Broadcast Assistant configuration options -# -# Copyright (c) 2020 Bose Corporation -# Copyright (c) 2021 Nordic Semiconductor ASA -# -# SPDX-License-Identifier: Apache-2.0 -# - -if BT_AUDIO - - -endif # BT_AUDIO