kunit: tool: update riscv QEMU config with new serial dependency
The config for the serial console for riscv, CONFIG_SERIAL_EARLYCON_RISCV_SBI, added a dependency, CONFIG_RISCV_SBI_V01, at some point, so add that in to the base arch config. Signed-off-by: Brendan Higgins <brendanhiggins@google.com> Reviewed-by: David Gow <davidgow@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
parent
2434031c7c
commit
8a7ccad38f
@ -21,6 +21,7 @@ CONFIG_SOC_VIRT=y
|
||||
CONFIG_SERIAL_8250=y
|
||||
CONFIG_SERIAL_8250_CONSOLE=y
|
||||
CONFIG_SERIAL_OF_PLATFORM=y
|
||||
CONFIG_RISCV_SBI_V01=y
|
||||
CONFIG_SERIAL_EARLYCON_RISCV_SBI=y''',
|
||||
qemu_arch='riscv64',
|
||||
kernel_path='arch/riscv/boot/Image',
|
||||
|
Loading…
Reference in New Issue
Block a user