Linux-6.18.2/tools/testing/kunit/qemu_configs/sparc64.py

17 lines
410 B
Python
Raw Normal View History

2025-12-23 20:05:50 +08:00
# SPDX-License-Identifier: GPL-2.0
from ..qemu_config import QemuArchParams
QEMU_ARCH = QemuArchParams(linux_arch='sparc',
kconfig='''
CONFIG_64BIT=y
CONFIG_SPARC64=y
CONFIG_PCI=y
CONFIG_SERIAL_SUNSU=y
CONFIG_SERIAL_SUNSU_CONSOLE=y
''',
qemu_arch='sparc64',
kernel_path='arch/sparc/boot/image',
kernel_command_line='console=ttyS0 kunit_shutdown=poweroff',
extra_qemu_params=[])