@@ -82,20 +82,20 @@ config HW_CONSOLE
82
82
default y
83
83
84
84
config VT_HW_CONSOLE_BINDING
85
- bool "Support for binding and unbinding console drivers"
86
- depends on HW_CONSOLE
87
- ---help---
88
- The virtual terminal is the device that interacts with the physical
89
- terminal through console drivers. On these systems, at least one
90
- console driver is loaded. In other configurations, additional console
91
- drivers may be enabled, such as the framebuffer console. If more than
92
- 1 console driver is enabled, setting this to 'y' will allow you to
93
- select the console driver that will serve as the backend for the
94
- virtual terminals.
95
-
96
- See <file:Documentation/driver-api/console.rst> for more
97
- information. For framebuffer console users, please refer to
98
- <file:Documentation/fb/fbcon.rst>.
85
+ bool "Support for binding and unbinding console drivers"
86
+ depends on HW_CONSOLE
87
+ ---help---
88
+ The virtual terminal is the device that interacts with the physical
89
+ terminal through console drivers. On these systems, at least one
90
+ console driver is loaded. In other configurations, additional console
91
+ drivers may be enabled, such as the framebuffer console. If more than
92
+ 1 console driver is enabled, setting this to 'y' will allow you to
93
+ select the console driver that will serve as the backend for the
94
+ virtual terminals.
95
+
96
+ See <file:Documentation/driver-api/console.rst> for more
97
+ information. For framebuffer console users, please refer to
98
+ <file:Documentation/fb/fbcon.rst>.
99
99
100
100
config UNIX98_PTYS
101
101
bool "Unix98 PTY support" if EXPERT
0 commit comments