about summary refs log tree commit diff
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-02-19 22:43:18 -0500
committerShea Levy <shea@shealevy.com>2018-02-19 22:43:18 -0500
commit32d3533b29254a6d0c3c33b0ce43fa7a99726f6d (patch)
treef5e51b0b8724521367e644789fd5e798b5c5ace6
parentf9ce8e09ff636b2128f8e539836ba6d6019293a6 (diff)
riscv: Compile console support into the kernel.
-rw-r--r--lib/systems/platforms.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix
index 938368db02f0d..9350a16017dd4 100644
--- a/lib/systems/platforms.nix
+++ b/lib/systems/platforms.nix
@@ -550,6 +550,7 @@ rec {
     kernelBaseConfig = "defconfig";
     kernelExtraConfig = ''
       FTRACE n
+      SERIAL_OF_PLATFORM y
     '';
   };