diff options
author | Daniel Golle <daniel@makrotopia.org> | 2019-12-09 20:11:18 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-12-09 20:14:17 +0100 |
commit | d0d7f5d9e49b8632f372c92e0339895fa10904f9 (patch) | |
tree | 89d6a6555b77dda7588d63bdce68ea027b0b42bb /target/linux | |
parent | 8069e9734bfd092754a1b0acaba6defdf1f677df (diff) | |
download | upstream-d0d7f5d9e49b8632f372c92e0339895fa10904f9.tar.gz upstream-d0d7f5d9e49b8632f372c92e0339895fa10904f9.tar.bz2 upstream-d0d7f5d9e49b8632f372c92e0339895fa10904f9.zip |
mpc85xx: remove CONFIG_LEGACY_PTY from kernel config
Having legacy PTYs enabled causes problems with procd-hotplug.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mpc85xx/config-4.14 | 2 | ||||
-rw-r--r-- | target/linux/mpc85xx/config-4.19 | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/mpc85xx/config-4.14 b/target/linux/mpc85xx/config-4.14 index f2337210d4..479d6ee79f 100644 --- a/target/linux/mpc85xx/config-4.14 +++ b/target/linux/mpc85xx/config-4.14 @@ -186,8 +186,6 @@ CONFIG_ISA_DMA_API=y CONFIG_KERNEL_GZIP=y CONFIG_KERNEL_START=0xc0000000 # CONFIG_KSI8560 is not set -CONFIG_LEGACY_PTYS=y -CONFIG_LEGACY_PTY_COUNT=256 CONFIG_LIBFDT=y CONFIG_LOWMEM_CAM_NUM=3 CONFIG_LOWMEM_SIZE=0x30000000 diff --git a/target/linux/mpc85xx/config-4.19 b/target/linux/mpc85xx/config-4.19 index df4d741c27..9c7b49cfdf 100644 --- a/target/linux/mpc85xx/config-4.19 +++ b/target/linux/mpc85xx/config-4.19 @@ -173,8 +173,6 @@ CONFIG_ISA_DMA_API=y CONFIG_KERNEL_GZIP=y CONFIG_KERNEL_START=0xc0000000 # CONFIG_KSI8560 is not set -CONFIG_LEGACY_PTYS=y -CONFIG_LEGACY_PTY_COUNT=256 CONFIG_LIBFDT=y CONFIG_LOCK_DEBUGGING_SUPPORT=y CONFIG_LOWMEM_CAM_NUM=3 |