Skip to content

Commit

Permalink
soc: arm: nordic_nrf: Disable UART runtime configuration
Browse files Browse the repository at this point in the history
Since it takes 400 bytes of code and it is rarely used disable
by default this feature.

Cherry picked from zephyrproject-rtos#65155. This commit should not be reviewed in this PR.

Signed-off-by: Krzysztof Chruściński <[email protected]>
  • Loading branch information
nordic-krch authored and magp-nordic committed Jan 18, 2024
1 parent 5fb9908 commit 4cd8884
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.series
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ source "soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.nrf52*"
config SOC_SERIES
default "nrf52"

config UART_USE_RUNTIME_CONFIGURE
default n

endif # SOC_SERIES_NRF52X
3 changes: 3 additions & 0 deletions soc/arm/nordic_nrf/nrf53/Kconfig.defconfig.series
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ source "soc/arm/nordic_nrf/nrf53/Kconfig.defconfig.nrf53*"
config SOC_SERIES
default "nrf53"

config UART_USE_RUNTIME_CONFIGURE
default n

endif # SOC_SERIES_NRF53X
3 changes: 3 additions & 0 deletions soc/arm/nordic_nrf/nrf91/Kconfig.defconfig.series
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ source "soc/arm/nordic_nrf/nrf91/Kconfig.defconfig.nrf91*"
config SOC_SERIES
default "nrf91"

config UART_USE_RUNTIME_CONFIGURE
default n

endif # SOC_SERIES_NRF91X

0 comments on commit 4cd8884

Please sign in to comment.