mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
riscv: Compile console support into the kernel.
This commit is contained in:
parent
f9ce8e09ff
commit
32d3533b29
1 changed files with 1 additions and 0 deletions
|
@ -550,6 +550,7 @@ rec {
|
||||||
kernelBaseConfig = "defconfig";
|
kernelBaseConfig = "defconfig";
|
||||||
kernelExtraConfig = ''
|
kernelExtraConfig = ''
|
||||||
FTRACE n
|
FTRACE n
|
||||||
|
SERIAL_OF_PLATFORM y
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue