Skip to content

Commit d919393

Browse files
krish2718nordicjm
authored andcommitted
snippets: nrf70-wifi: Fix Kconfig warning
During build of CPURAD, there is a Kconfig warning due to uart135 being disable, but UART console enabled, disable the console. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 6401cfb commit d919393

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# uart135 is disabled due to conflict with Wi-Fi
2+
CONFIG_UART_CONSOLE=n

snippets/nrf70-wifi/snippet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ boards:
1010
EXTRA_DTC_OVERLAY_FILE: nrf54h20_cpuapp.overlay
1111
nrf54h20dk/nrf54h20/cpurad:
1212
append:
13+
EXTRA_CONF_FILE: nrf54h20_cpurad.conf
1314
EXTRA_DTC_OVERLAY_FILE: nrf54h20_cpurad.overlay
1415
nrf54l15dk/nrf54l15/cpuapp:
1516
append:

0 commit comments

Comments
 (0)