From 3fe4bf1b8c395a750ffcbf85288517ff52c58b52 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Tue, 21 Nov 2023 08:50:07 +0000 Subject: [PATCH] [nrf noup] Rename hci_rpmsg to hci_ipc This application has been renamed in zephyr Signed-off-by: Jamie McCrae --- .../{Kconfig.hci_rpmsg.defaults => Kconfig.hci_ipc.defaults} | 2 +- .../{Kconfig.hci_rpmsg.root => Kconfig.hci_ipc.root} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename config/nrfconnect/chip-module/{Kconfig.hci_rpmsg.defaults => Kconfig.hci_ipc.defaults} (96%) rename config/nrfconnect/chip-module/{Kconfig.hci_rpmsg.root => Kconfig.hci_ipc.root} (84%) diff --git a/config/nrfconnect/chip-module/Kconfig.hci_rpmsg.defaults b/config/nrfconnect/chip-module/Kconfig.hci_ipc.defaults similarity index 96% rename from config/nrfconnect/chip-module/Kconfig.hci_rpmsg.defaults rename to config/nrfconnect/chip-module/Kconfig.hci_ipc.defaults index 17c7115e28..bede85fd25 100644 --- a/config/nrfconnect/chip-module/Kconfig.hci_rpmsg.defaults +++ b/config/nrfconnect/chip-module/Kconfig.hci_ipc.defaults @@ -14,7 +14,7 @@ # limitations under the License. # -# The purpose of this file is to define new default values of settings used when building hci_rpmsg child image for Matter samples. +# The purpose of this file is to define new default values of settings used when building hci_ipc child image for Matter samples. config LOG default n diff --git a/config/nrfconnect/chip-module/Kconfig.hci_rpmsg.root b/config/nrfconnect/chip-module/Kconfig.hci_ipc.root similarity index 84% rename from config/nrfconnect/chip-module/Kconfig.hci_rpmsg.root rename to config/nrfconnect/chip-module/Kconfig.hci_ipc.root index 8c4f6eee49..1fe8ff85f4 100644 --- a/config/nrfconnect/chip-module/Kconfig.hci_rpmsg.root +++ b/config/nrfconnect/chip-module/Kconfig.hci_ipc.root @@ -15,7 +15,7 @@ # # The purpose of this file is to create a wrapper Kconfig file that will be set as -# hci_rpmsg_KCONFIG_ROOT and processed before any other Kconfig for hci_rpmsg child image. +# hci_ipc_KCONFIG_ROOT and processed before any other Kconfig for hci_ipc child image. -rsource "Kconfig.hci_rpmsg.defaults" +rsource "Kconfig.hci_ipc.defaults" source "Kconfig.zephyr"