riscv: Compile console support into the kernel.

This commit is contained in:
Shea Levy 2018-02-19 22:43:18 -05:00
parent f9ce8e09ff
commit 32d3533b29
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -550,6 +550,7 @@ rec {
kernelBaseConfig = "defconfig";
kernelExtraConfig = ''
FTRACE n
SERIAL_OF_PLATFORM y
'';
};