drivers: serial: nrfx: remove deprecated config
The UART_NRFX_UARTE_USE_CLOCK_CONTROL is no longer used and incorrectly selects CLOCK_CONTROL if UARTE120 exists. Remove it. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
This commit is contained in:
parent
8a27773247
commit
020e99c147
1 changed files with 0 additions and 5 deletions
|
@ -135,11 +135,6 @@ rsource "Kconfig.nrfx_uart_instance"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if HAS_HW_NRF_UARTE120
|
if HAS_HW_NRF_UARTE120
|
||||||
|
|
||||||
config UART_NRFX_UARTE_USE_CLOCK_CONTROL
|
|
||||||
def_bool y
|
|
||||||
select CLOCK_CONTROL
|
|
||||||
|
|
||||||
nrfx_uart_num = 120
|
nrfx_uart_num = 120
|
||||||
rsource "Kconfig.nrfx_uart_instance"
|
rsource "Kconfig.nrfx_uart_instance"
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue