RISCV: config: Disable legacy PTY device nodes 51/298051/1 accepted/tizen/unified/riscv/20230903.234425
authorŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 30 Aug 2023 19:19:33 +0000 (21:19 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 30 Aug 2023 19:19:37 +0000 (21:19 +0200)
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>
arch/riscv/configs/tizen_qemu_defconfig
arch/riscv/configs/tizen_visionfive2_defconfig

index 7877275..3056f86 100644 (file)
@@ -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
index 8d3fe6b..6fb0020 100644 (file)
@@ -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