]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
kunit: tool: update riscv QEMU config with new serial dependency
authorBrendan Higgins <brendanhiggins@google.com>
Thu, 12 May 2022 00:30:26 +0000 (17:30 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 16 May 2022 19:24:09 +0000 (13:24 -0600)
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>
tools/testing/kunit/qemu_configs/riscv.py

index b882fde39435f3840e34ea5d2841c94c028770aa..6207be146d26e7a62d2cc35d391dae49767a219c 100644 (file)
@@ -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',