Skip to content

Commit

Permalink
[nrf noup] Rename hci_rpmsg to hci_ipc
Browse files Browse the repository at this point in the history
This application has been renamed in zephyr

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm authored and de-nordic committed Nov 29, 2023
1 parent 919f052 commit 3bb1dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3bb1dde

Please sign in to comment.