mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -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>
14 lines
326 B
Plaintext
14 lines
326 B
Plaintext
CONFIG_ARCH_RV64I=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
|