summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Wereski <m.wereski@partner.samsung.com>2015-02-26 13:44:05 +0100
committerMaciej Wereski <m.wereski@partner.samsung.com>2015-02-26 14:01:59 +0100
commit4654df1f9728c1b10134d2e478860a2ba5ded4c4 (patch)
tree5061bd6534c8957b4af83192db2e6ede490f90f8
parentd2bd9323e2b153bde6acec6c5649c9ee4127d178 (diff)
downloadkernel-common-4654df1f9728c1b10134d2e478860a2ba5ded4c4.tar.gz
kernel-common-4654df1f9728c1b10134d2e478860a2ba5ded4c4.tar.bz2
kernel-common-4654df1f9728c1b10134d2e478860a2ba5ded4c4.zip
defconfig: enable CONFIG_DEVPTS_MULTIPLE_INSTANCES
This is required by systemd. Related: https://git.tizen.org/cgit/platform/upstream/systemd.git/commit/?h=upstream&id=b52a4a3b05a2a0d69868d57fd54f6e4b8fa0e7ca Change-Id: Ib395e71a387a64bd14944b0087cb7a6e85b637ed Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
-rw-r--r--arch/arm/configs/vexpress_defconfig1
-rw-r--r--arch/x86/configs/i386_defconfig1
-rw-r--r--arch/x86/configs/x86_64_defconfig1
3 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
index 8efb7dd30b2b..c5adb5f30a80 100644
--- a/arch/arm/configs/vexpress_defconfig
+++ b/arch/arm/configs/vexpress_defconfig
@@ -56,6 +56,7 @@ CONFIG_SMSC911X=y
# CONFIG_WLAN is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_SERIO_SERPORT is not set
+CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
CONFIG_LEGACY_PTY_COUNT=16
CONFIG_VIRTIO_CONSOLE=y
CONFIG_HW_RANDOM=y
diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig
index 5ded76aa3c99..7c6e421b7eb3 100644
--- a/arch/x86/configs/i386_defconfig
+++ b/arch/x86/configs/i386_defconfig
@@ -179,6 +179,7 @@ CONFIG_INPUT_JOYSTICK=y
CONFIG_INPUT_TABLET=y
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_INPUT_MISC=y
+CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_NONSTANDARD=y
CONFIG_SERIAL_8250=y
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
index 712f15443abc..73fe5b78e5f2 100644
--- a/arch/x86/configs/x86_64_defconfig
+++ b/arch/x86/configs/x86_64_defconfig
@@ -172,6 +172,7 @@ CONFIG_INPUT_JOYSTICK=y
CONFIG_INPUT_TABLET=y
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_INPUT_MISC=y
+CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_NONSTANDARD=y
CONFIG_SERIAL_8250=y