Skip to content

Commit d90ed0c

Browse files
jfischer-nocfriedt
authored andcommitted
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 <[email protected]>
1 parent 43d214b commit d90ed0c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

soc/arc/snps_nsim/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ if SOC_NSIM
66
config SOC
77
default "snps_nsim"
88

9-
config UART_CONSOLE_ON_DEV_NAME
10-
default "UART_0"
11-
129
config XIP
1310
default n
1411

soc/arc/snps_qemu/Kconfig.defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
1111
int
1212
default 10000000
1313

14-
config UART_CONSOLE_ON_DEV_NAME
15-
string
16-
default "UART_0"
17-
1814
config RGF_NUM_BANKS
1915
default 1
2016

0 commit comments

Comments
 (0)