mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 23:34:00 -04:00
This option is needed to continue booting with QEMU. Recent changes that
made this optional meant that it gets unset in the test harness, and so
WireGuard CI has been broken. Fix this by simply setting this option.
Cc: stable@vger.kernel.org
Fixes: 496ea826d1 ("RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
15 lines
347 B
Plaintext
15 lines
347 B
Plaintext
CONFIG_NONPORTABLE=y
|
|
CONFIG_ARCH_RV32I=y
|
|
CONFIG_MMU=y
|
|
CONFIG_FPU=y
|
|
CONFIG_SOC_VIRT=y
|
|
CONFIG_RISCV_ISA_FALLBACK=y
|
|
CONFIG_SERIAL_8250=y
|
|
CONFIG_SERIAL_8250_CONSOLE=y
|
|
CONFIG_SERIAL_OF_PLATFORM=y
|
|
CONFIG_VIRTIO_MENU=y
|
|
CONFIG_VIRTIO_MMIO=y
|
|
CONFIG_VIRTIO_CONSOLE=y
|
|
CONFIG_CMDLINE="console=ttyS0 wg.success=vport0p1 panic_on_warn=1"
|
|
CONFIG_CMDLINE_FORCE=y
|