Commit 88de5bd8 authored by Ulf Magnusson's avatar Ulf Magnusson Committed by Carles Cufi
Browse files

drivers: serial: Remove SOC_NRF52810 Kconfig reference

This symbol will be added by
https://github.com/zephyrproject-rtos/zephyr/pull/7915

.

Having it in there doesn't hurt that much by itself (undefined symbols
default to 'n'), but I'm about to turn references to undefined Kconfig
symbols turn into an error.

Remove the reference.

Signed-off-by: default avatarUlf Magnusson <Ulf.Magnusson@nordicsemi.no>
parent 15ae4fa3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ choice

config UART_0_NRF_UART
	bool "nRF UART 0"
	depends on ((SOC_SERIES_NRF52X || SOC_SERIES_NRF51X) && (!SOC_NRF52810))
	depends on SOC_SERIES_NRF52X || SOC_SERIES_NRF51X
	select NRF_UART_PERIPHERAL
	help
	  Enable nRF UART without EasyDMA on port 0.