soc: arm: nordic_nrf: Disable UART runtime configuration

Since it takes 400 bytes of code and it is rarely used disable
by default this feature.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2023-11-13 11:14:37 +01:00 committed by Carles Cufí
parent 2854fc18fd
commit a0382bd0f3
2 changed files with 7 additions and 0 deletions

View file

@ -204,6 +204,10 @@ Device Drivers and Device Tree
<&rcc STM32_SRC_PLL1_Q FDCAN_SEL(1)>;
};
* Runtime configuration is now disabled by default for Nordic UART drivers. The motivation for the
change is that this feature is rarely used and disabling it significantly reduces the memory
footprint.
Power Management
================

View file

@ -40,4 +40,7 @@ config GPIO
default y
depends on SPI
config UART_USE_RUNTIME_CONFIGURE
default n
endif # SOC_FAMILY_NRF