From a724d91496a97acf3fb7ca282cd175cbec1a7dad Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 16 Jul 2014 05:03:02 +0200 Subject: kconf: Enable multiple devpts instances. This is needed in order to run NixOS VM tests, because within the chroot the test driver starts the VDE switch, which in turn relies on posix_openpt() to function correctly. Which unfortunately doesn't, because CONFIG_DEVPTS_MULTIPLE_INSTANCES was not set so far. Signed-off-by: aszlig --- machines/mmrnmhrm-kconf.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/mmrnmhrm-kconf.nix') diff --git a/machines/mmrnmhrm-kconf.nix b/machines/mmrnmhrm-kconf.nix index a19010be..fb0e22df 100644 --- a/machines/mmrnmhrm-kconf.nix +++ b/machines/mmrnmhrm-kconf.nix @@ -550,6 +550,7 @@ "CONFIG_HW_CONSOLE" = "y"; "CONFIG_VT_HW_CONSOLE_BINDING" = "y"; "CONFIG_UNIX98_PTYS" = "y"; + "CONFIG_DEVPTS_MULTIPLE_INSTANCES" = "y"; "CONFIG_DEVKMEM" = "y"; "CONFIG_HVC_DRIVER" = "y"; "CONFIG_VIRTIO_CONSOLE" = "m"; -- cgit 1.4.1