mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-25 02:13:06 +00:00
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:
parent
ee20b2d759
commit
cc77c444ba
@ -286,6 +286,8 @@ ARCHITECTURES = {
|
|||||||
kernel_arch="x86_64",
|
kernel_arch="x86_64",
|
||||||
kernel_srcarch="x86",
|
kernel_srcarch="x86",
|
||||||
kernel_config="""
|
kernel_config="""
|
||||||
|
CONFIG_RTC_CLASS=y
|
||||||
|
CONFIG_RTC_DRV_CMOS=y
|
||||||
CONFIG_SERIAL_8250=y
|
CONFIG_SERIAL_8250=y
|
||||||
CONFIG_SERIAL_8250_CONSOLE=y
|
CONFIG_SERIAL_8250_CONSOLE=y
|
||||||
""",
|
""",
|
||||||
|
Loading…
Reference in New Issue
Block a user