soc: arc: remove unnecessary UART_CONSOLE_ON_DEV_NAME option

This configuration is also available on board level by
chosen node "zephyr,console".

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
Johann Fischer 2021-07-22 15:14:05 +02:00 committed by Christopher Friedt
commit d90ed0caf3
2 changed files with 0 additions and 7 deletions

View file

@ -6,9 +6,6 @@ if SOC_NSIM
config SOC
default "snps_nsim"
config UART_CONSOLE_ON_DEV_NAME
default "UART_0"
config XIP
default n

View file

@ -11,10 +11,6 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
int
default 10000000
config UART_CONSOLE_ON_DEV_NAME
string
default "UART_0"
config RGF_NUM_BANKS
default 1