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:
parent
43d214bf5b
commit
d90ed0caf3
2 changed files with 0 additions and 7 deletions
|
@ -6,9 +6,6 @@ if SOC_NSIM
|
||||||
config SOC
|
config SOC
|
||||||
default "snps_nsim"
|
default "snps_nsim"
|
||||||
|
|
||||||
config UART_CONSOLE_ON_DEV_NAME
|
|
||||||
default "UART_0"
|
|
||||||
|
|
||||||
config XIP
|
config XIP
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
|
|
@ -11,10 +11,6 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||||
int
|
int
|
||||||
default 10000000
|
default 10000000
|
||||||
|
|
||||||
config UART_CONSOLE_ON_DEV_NAME
|
|
||||||
string
|
|
||||||
default "UART_0"
|
|
||||||
|
|
||||||
config RGF_NUM_BANKS
|
config RGF_NUM_BANKS
|
||||||
default 1
|
default 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue