diff options
author | Maciej Wereski <m.wereski@partner.samsung.com> | 2015-03-17 16:01:17 +0100 |
---|---|---|
committer | Maciej Wereski <m.wereski@partner.samsung.com> | 2015-03-17 16:01:17 +0100 |
commit | 3fd097d293fc708b58cd7c9a761f9c818e2ad093 (patch) | |
tree | 91aa903052fb2dc21c76fe05583b0d464910465a | |
parent | 448a2d220d5937579f12f29f68cb7f17dca01642 (diff) | |
download | linux-3.10-3fd097d293fc708b58cd7c9a761f9c818e2ad093.tar.gz linux-3.10-3fd097d293fc708b58cd7c9a761f9c818e2ad093.tar.bz2 linux-3.10-3fd097d293fc708b58cd7c9a761f9c818e2ad093.zip |
rinato: Enable CONFIG_DEVPTS_MULTIPLE_INSTANCESsubmit/tizen/20150318.083505accepted/tizen/wearable/20150319.013242accepted/tizen/tv/20150319.020218accepted/tizen/mobile/20150319.013810accepted/tizen/common/20150318.153518
This is required by systemd. Other configurations has this already
enabled.
Related: https://git.tizen.org/cgit/platform/upstream/systemd.git/commit/?h=upstream&id=b52a4a3b05a2a0d69868d57fd54f6e4b8fa0e7ca
Change-Id: Ib8e4744c4cea1e0b6fe86ecb9e09cfa49be683be
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
-rw-r--r-- | arch/arm/configs/tizen_rinato_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_rinato_defconfig b/arch/arm/configs/tizen_rinato_defconfig index de856697473..eb8571dfc6b 100644 --- a/arch/arm/configs/tizen_rinato_defconfig +++ b/arch/arm/configs/tizen_rinato_defconfig @@ -1117,7 +1117,7 @@ CONFIG_CONSOLE_TRANSLATIONS=y CONFIG_HW_CONSOLE=y CONFIG_VT_HW_CONSOLE_BINDING=y CONFIG_UNIX98_PTYS=y -# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set +CONFIG_DEVPTS_MULTIPLE_INSTANCES=y # CONFIG_LEGACY_PTYS is not set # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_N_GSM is not set |