mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 13:11:56 +00:00
During migration to HWMv2 separate specific defconfig file was removed
for GICv3 version of virtual xenvm boards. It worked fine before
commit 0be0d2175b
("cmake: modules: extensions: Revert using common
board files") significantly changed build behavior, but did not return
previously removed file. This led to build/runtime issues, when some of
the Kconfig options were not selected.
Return GICv3 specific defconfig to board directory to fix configuration
problems.
Signed-off-by: Dmytro Firsov <dmytro_firsov@epam.com>
14 lines
231 B
Plaintext
14 lines
231 B
Plaintext
# Enable UART driver
|
|
CONFIG_SERIAL=y
|
|
|
|
CONFIG_MAX_XLAT_TABLES=24
|
|
|
|
# Enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# Enable logging subsys
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_MODE_MINIMAL=n
|
|
CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y
|