about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-10-06 07:01:29 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-10-06 07:01:29 +0200
commitcc25dbe9e39ce13dffb534d7fcdb8a1bc13c35d0 (patch)
treed6ffdab2b35320c5f98065ef1d118fe3cd543294 /machines
parent48be735b626c95c258a0309bf6596316b5e62783 (diff)
dnyarri-kconf: Re-enable multiple devpts instances.
I'm not sure how I've managed to drop this option, but I somehow must
have been sleep deprived in d2e089ac7fd74d436eda0885f8cd4a56ff20f91e.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/dnyarri-kconf.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/dnyarri-kconf.nix b/machines/dnyarri-kconf.nix
index 091cc2c3..e9ca7c0e 100644
--- a/machines/dnyarri-kconf.nix
+++ b/machines/dnyarri-kconf.nix
@@ -805,6 +805,7 @@
   "CONFIG_HW_CONSOLE" = "y";
   "CONFIG_VT_HW_CONSOLE_BINDING" = "y";
   "CONFIG_UNIX98_PTYS" = "y";
+  "CONFIG_DEVPTS_MULTIPLE_INSTANCES" = "y";
   "CONFIG_DEVKMEM" = "y";
   "CONFIG_NVRAM" = "m";
   "CONFIG_HPET" = "y";