diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2018-06-26 17:28:51 +0200 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2018-07-09 11:22:06 -0700 |
commit | 29c2068fdaa51c89af31ea6b83dd1108b2349816 (patch) | |
tree | f951fba0830caf2727eeb69380d900da4514f7be /arch/arc | |
parent | e8708786d4fe21c043d38d760f768949a3d71185 (diff) | |
download | op-kernel-dev-29c2068fdaa51c89af31ea6b83dd1108b2349816.zip op-kernel-dev-29c2068fdaa51c89af31ea6b83dd1108b2349816.tar.gz |
ARC: configs: remove no longer needed CONFIG_DEVPTS_MULTIPLE_INSTANCES
Since commit eedf265aa003 ("devpts: Make each mount of devpts an
independent filesystem.") CONFIG_DEVPTS_MULTIPLE_INSTANCES isn't needed
in the defconfig anymore.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/configs/tb10x_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/configs/tb10x_defconfig b/arch/arc/configs/tb10x_defconfig index 1aca2e8..2cc87f9 100644 --- a/arch/arc/configs/tb10x_defconfig +++ b/arch/arc/configs/tb10x_defconfig @@ -56,7 +56,6 @@ CONFIG_STMMAC_ETH=y # CONFIG_INPUT is not set # CONFIG_SERIO is not set # CONFIG_VT is not set -CONFIG_DEVPTS_MULTIPLE_INSTANCES=y # CONFIG_LEGACY_PTYS is not set # CONFIG_DEVKMEM is not set CONFIG_SERIAL_8250=y |