diff options
author | Łukasz Stelmach <l.stelmach@samsung.com> | 2023-08-30 21:19:33 +0200 |
---|---|---|
committer | Łukasz Stelmach <l.stelmach@samsung.com> | 2023-08-30 21:19:37 +0200 |
commit | b74ff3169b0b62ff10e8940f104a7ecf3ee386d4 (patch) | |
tree | 41c4066ad6a8aac135edcdbea274ce248fc4ff03 | |
parent | 7d7bbcd0ce955397be2441442298ed054637b0c0 (diff) | |
download | linux-starfive-b74ff3169b0b62ff10e8940f104a7ecf3ee386d4.tar.gz linux-starfive-b74ff3169b0b62ff10e8940f104a7ecf3ee386d4.tar.bz2 linux-starfive-b74ff3169b0b62ff10e8940f104a7ecf3ee386d4.zip |
RISCV: config: Disable legacy PTY device nodesaccepted/tizen/unified/riscv/20230903.234425
Don't create ttyXX and ptyXX device nodes. Modern software uses /dev/ptmx
and /dev/pts/* nodes.
Change-Id: Ie0303e41ef4262642c59510027d134004385474b
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
-rw-r--r-- | arch/riscv/configs/tizen_qemu_defconfig | 1 | ||||
-rw-r--r-- | arch/riscv/configs/tizen_visionfive2_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/configs/tizen_qemu_defconfig b/arch/riscv/configs/tizen_qemu_defconfig index 78772752c03a..3056f8666ff3 100644 --- a/arch/riscv/configs/tizen_qemu_defconfig +++ b/arch/riscv/configs/tizen_qemu_defconfig @@ -57,6 +57,7 @@ CONFIG_E1000E=y CONFIG_R8169=y CONFIG_MICROSEMI_PHY=y CONFIG_INPUT_MOUSEDEV=y +# CONFIG_LEGACY_PTYS is not set CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_OF_PLATFORM=y diff --git a/arch/riscv/configs/tizen_visionfive2_defconfig b/arch/riscv/configs/tizen_visionfive2_defconfig index 8d3fe6bbd305..6fb00200260e 100644 --- a/arch/riscv/configs/tizen_visionfive2_defconfig +++ b/arch/riscv/configs/tizen_visionfive2_defconfig @@ -258,6 +258,7 @@ CONFIG_INPUT_JOYDEV=y CONFIG_INPUT_EVDEV=y CONFIG_INPUT_MISC=y CONFIG_INPUT_UINPUT=y +# CONFIG_LEGACY_PTYS is not set CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_DW=y |