Skip to content

Commit da88ac0

Browse files
krzkgregkh
authored andcommitted
tty: Fix Kconfig indentation, continued
Adjust indentation from seven spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7d73170 commit da88ac0

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

drivers/tty/Kconfig

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,20 @@ config HW_CONSOLE
8282
default y
8383

8484
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>.
9999

100100
config UNIX98_PTYS
101101
bool "Unix98 PTY support" if EXPERT

drivers/tty/hvc/Kconfig

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,22 +70,22 @@ config HVC_XEN_FRONTEND
7070
Xen driver for secondary virtual consoles
7171

7272
config HVC_UDBG
73-
bool "udbg based fake hypervisor console"
74-
depends on PPC
75-
select HVC_DRIVER
76-
help
77-
This is meant to be used during HW bring up or debugging when
78-
no other console mechanism exist but udbg, to get you a quick
79-
console for userspace. Do NOT enable in production kernels.
73+
bool "udbg based fake hypervisor console"
74+
depends on PPC
75+
select HVC_DRIVER
76+
help
77+
This is meant to be used during HW bring up or debugging when
78+
no other console mechanism exist but udbg, to get you a quick
79+
console for userspace. Do NOT enable in production kernels.
8080

8181
config HVC_DCC
82-
bool "ARM JTAG DCC console"
83-
depends on ARM || ARM64
84-
select HVC_DRIVER
85-
help
86-
This console uses the JTAG DCC on ARM to create a console under the HVC
87-
driver. This console is used through a JTAG only on ARM. If you don't have
88-
a JTAG then you probably don't want this option.
82+
bool "ARM JTAG DCC console"
83+
depends on ARM || ARM64
84+
select HVC_DRIVER
85+
help
86+
This console uses the JTAG DCC on ARM to create a console under the HVC
87+
driver. This console is used through a JTAG only on ARM. If you don't have
88+
a JTAG then you probably don't want this option.
8989

9090
config HVC_RISCV_SBI
9191
bool "RISC-V SBI console support"

0 commit comments

Comments
 (0)