Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Brendan Higgins and committed by
Shuah Khan
8a7ccad3 2434031c

+1
+1
tools/testing/kunit/qemu_configs/riscv.py
··· 21 21 CONFIG_SERIAL_8250=y 22 22 CONFIG_SERIAL_8250_CONSOLE=y 23 23 CONFIG_SERIAL_OF_PLATFORM=y 24 + CONFIG_RISCV_SBI_V01=y 24 25 CONFIG_SERIAL_EARLYCON_RISCV_SBI=y''', 25 26 qemu_arch='riscv64', 26 27 kernel_path='arch/riscv/boot/Image',