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 <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Jan 5, 2024
1 parent a4ec72d commit 3fe4bf1
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 3fe4bf1

Please sign in to comment.