vmtest.config: enable rtc-cmos driver in x86-64 Kconfig

We go through the trouble of enabling a real-time clock driver for other
architectures, so do the same on x86-64.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
Omar Sandoval 2023-02-23 17:19:23 -08:00
parent ee20b2d759
commit cc77c444ba

View File

@ -286,6 +286,8 @@ ARCHITECTURES = {
kernel_arch="x86_64",
kernel_srcarch="x86",
kernel_config="""
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_CMOS=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
""",