mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-24 11:02:51 +00:00
When the CONFIG_PORTABLE/CONFIG_NONPORTABLE switches were added, various
configs were updated, but the wireguard config was forgotten about. This
leads to unbootable test kernels, causing CI fails. Add
CONFIG_NONPORTABLE=y to the wireguard test suite configuration for
riscv32.
Fixes: 44c1e84a38 ("RISC-V: Add CONFIG_{NON,}PORTABLE")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20220809145757.83673-1-Jason@zx2c4.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
14 lines
319 B
Plaintext
14 lines
319 B
Plaintext
CONFIG_NONPORTABLE=y
|
|
CONFIG_ARCH_RV32I=y
|
|
CONFIG_MMU=y
|
|
CONFIG_FPU=y
|
|
CONFIG_SOC_VIRT=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
|