boards: arm: qemu_cortex_a9: move UART_CONSOLE

Move where the default value of `CONFIG_UART_CONSOLE` is set from
`Kconfig.defconfig` to `qemu_cortex_a9_defconfig`. This conforms to
the standard location and lets the default be overridden by
applications.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
Jordan Yates 2022-04-01 11:54:12 +10:00 committed by Carles Cufí
commit 8904bd1650
2 changed files with 1 additions and 7 deletions

View file

@ -20,13 +20,6 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
config SYS_CLOCK_TICKS_PER_SEC
default 1000
if CONSOLE
config UART_CONSOLE
default y
endif # CONSOLE
if LOG
if LOG_PROCESS_THREAD

View file

@ -13,6 +13,7 @@ CONFIG_ARM_ARCH_TIMER=y
CONFIG_SERIAL=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_ARMV7_EXCEPTION_STACK_SIZE=8192
CONFIG_ARMV7_FIQ_STACK_SIZE=8192