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