Skip to content

Commit f01498e

Browse files
firscitykartben
authored andcommitted
boards: xenvm: return separate defconfig for xenvm with GICv3
During migration to HWMv2 separate specific defconfig file was removed for GICv3 version of virtual xenvm boards. It worked fine before commit 0be0d21 ("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>
1 parent d5d3ac7 commit f01498e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Enable UART driver
2+
CONFIG_SERIAL=y
3+
4+
CONFIG_MAX_XLAT_TABLES=24
5+
6+
# Enable console
7+
CONFIG_CONSOLE=y
8+
CONFIG_UART_CONSOLE=y
9+
10+
# Enable logging subsys
11+
CONFIG_LOG=y
12+
CONFIG_LOG_MODE_MINIMAL=n
13+
CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y

0 commit comments

Comments
 (0)