This repository has been archived on 2024-08-18. You can view files and clone it, but cannot push or open issues or pull requests.
linux-hardened/arm64/qemu-virtio.nix
2024-08-03 00:53:13 +02:00

7 lines
137 B
Nix

{ lib, ... }@args: with lib.kernel;
import ../qemu-virtio.nix args // {
SERIAL_AMBA_PL011 = yes;
SERIAL_AMBA_PL011_CONSOLE = yes;
}