diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2024-03-05 21:37:06 +0300 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2024-04-10 13:37:50 +0300 |
commit | 1553a1c48281243359a9529a10ddb551f3b967ab (patch) | |
tree | 370a3e35c314d8abb289a9c6b0b2f1c572bb9524 /tools/testing/kunit | |
parent | d2a351e637794e3511ea35ef8109768c6efd89b4 (diff) | |
download | linux-1553a1c48281243359a9529a10ddb551f3b967ab.tar.xz |
RISC-V: drop SOC_VIRT for ARCH_VIRT
The ARCH_ and SOC_ versions of this symbol have persisted for quite a
while now in parallel. Generated .config files from previous LTS kernels
should have both. Finally remove SOC_VIRT and update all config files
using it.
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'tools/testing/kunit')
-rw-r--r-- | tools/testing/kunit/qemu_configs/riscv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/kunit/qemu_configs/riscv.py b/tools/testing/kunit/qemu_configs/riscv.py index 12a1d525978a..c87758030ff7 100644 --- a/tools/testing/kunit/qemu_configs/riscv.py +++ b/tools/testing/kunit/qemu_configs/riscv.py @@ -13,7 +13,7 @@ if not os.path.isfile(OPENSBI_PATH): QEMU_ARCH = QemuArchParams(linux_arch='riscv', kconfig=''' -CONFIG_SOC_VIRT=y +CONFIG_ARCH_VIRT=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_OF_PLATFORM=y |