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 <krzk@kernel.org> Link: https://lore.kernel.org/r/20191121132847.29015-1-krzk@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7d73170e1c
commit
da88ac0bd6
|
|
@ -82,20 +82,20 @@ config HW_CONSOLE
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config VT_HW_CONSOLE_BINDING
|
config VT_HW_CONSOLE_BINDING
|
||||||
bool "Support for binding and unbinding console drivers"
|
bool "Support for binding and unbinding console drivers"
|
||||||
depends on HW_CONSOLE
|
depends on HW_CONSOLE
|
||||||
---help---
|
---help---
|
||||||
The virtual terminal is the device that interacts with the physical
|
The virtual terminal is the device that interacts with the physical
|
||||||
terminal through console drivers. On these systems, at least one
|
terminal through console drivers. On these systems, at least one
|
||||||
console driver is loaded. In other configurations, additional console
|
console driver is loaded. In other configurations, additional console
|
||||||
drivers may be enabled, such as the framebuffer console. If more than
|
drivers may be enabled, such as the framebuffer console. If more than
|
||||||
1 console driver is enabled, setting this to 'y' will allow you to
|
1 console driver is enabled, setting this to 'y' will allow you to
|
||||||
select the console driver that will serve as the backend for the
|
select the console driver that will serve as the backend for the
|
||||||
virtual terminals.
|
virtual terminals.
|
||||||
|
|
||||||
See <file:Documentation/driver-api/console.rst> for more
|
See <file:Documentation/driver-api/console.rst> for more
|
||||||
information. For framebuffer console users, please refer to
|
information. For framebuffer console users, please refer to
|
||||||
<file:Documentation/fb/fbcon.rst>.
|
<file:Documentation/fb/fbcon.rst>.
|
||||||
|
|
||||||
config UNIX98_PTYS
|
config UNIX98_PTYS
|
||||||
bool "Unix98 PTY support" if EXPERT
|
bool "Unix98 PTY support" if EXPERT
|
||||||
|
|
|
||||||
|
|
@ -70,22 +70,22 @@ config HVC_XEN_FRONTEND
|
||||||
Xen driver for secondary virtual consoles
|
Xen driver for secondary virtual consoles
|
||||||
|
|
||||||
config HVC_UDBG
|
config HVC_UDBG
|
||||||
bool "udbg based fake hypervisor console"
|
bool "udbg based fake hypervisor console"
|
||||||
depends on PPC
|
depends on PPC
|
||||||
select HVC_DRIVER
|
select HVC_DRIVER
|
||||||
help
|
help
|
||||||
This is meant to be used during HW bring up or debugging when
|
This is meant to be used during HW bring up or debugging when
|
||||||
no other console mechanism exist but udbg, to get you a quick
|
no other console mechanism exist but udbg, to get you a quick
|
||||||
console for userspace. Do NOT enable in production kernels.
|
console for userspace. Do NOT enable in production kernels.
|
||||||
|
|
||||||
config HVC_DCC
|
config HVC_DCC
|
||||||
bool "ARM JTAG DCC console"
|
bool "ARM JTAG DCC console"
|
||||||
depends on ARM || ARM64
|
depends on ARM || ARM64
|
||||||
select HVC_DRIVER
|
select HVC_DRIVER
|
||||||
help
|
help
|
||||||
This console uses the JTAG DCC on ARM to create a console under the HVC
|
This console uses the JTAG DCC on ARM to create a console under the HVC
|
||||||
driver. This console is used through a JTAG only on ARM. If you don't have
|
driver. This console is used through a JTAG only on ARM. If you don't have
|
||||||
a JTAG then you probably don't want this option.
|
a JTAG then you probably don't want this option.
|
||||||
|
|
||||||
config HVC_RISCV_SBI
|
config HVC_RISCV_SBI
|
||||||
bool "RISC-V SBI console support"
|
bool "RISC-V SBI console support"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue