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:
parent
2854fc18fd
commit
a0382bd0f3
2 changed files with 7 additions and 0 deletions
|
@ -40,4 +40,7 @@ config GPIO
|
|||
default y
|
||||
depends on SPI
|
||||
|
||||
config UART_USE_RUNTIME_CONFIGURE
|
||||
default n
|
||||
|
||||
endif # SOC_FAMILY_NRF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue