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"