diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-14 07:44:17 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 08:20:23 -0400 |
commit | 8db8acee4b326bfd5bc9a164a7f9ef844ec0fd2e (patch) | |
tree | 5b026b18268c5d56410d4e780b6dcb5a1f990ddd /drivers/tty/Kconfig | |
parent | 01c0aa794305ae08eb977d0719e43577e93f9ef5 (diff) |
docs: console.txt: convert docs to ReST and rename to *.rst
Convert this small file to ReST in preparation for adding it to
the driver-api book.
While this is not part of the driver-api book, mark it as
:orphan:, in order to avoid build warnings.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'drivers/tty/Kconfig')
-rw-r--r-- | drivers/tty/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig index 0e3e4dacbc12..1cb50f19d58c 100644 --- a/drivers/tty/Kconfig +++ b/drivers/tty/Kconfig | |||
@@ -93,7 +93,7 @@ config VT_HW_CONSOLE_BINDING | |||
93 | select the console driver that will serve as the backend for the | 93 | select the console driver that will serve as the backend for the |
94 | virtual terminals. | 94 | virtual terminals. |
95 | 95 | ||
96 | See <file:Documentation/console/console.txt> for more | 96 | See <file:Documentation/console/console.rst> for more |
97 | information. For framebuffer console users, please refer to | 97 | information. For framebuffer console users, please refer to |
98 | <file:Documentation/fb/fbcon.rst>. | 98 | <file:Documentation/fb/fbcon.rst>. |
99 | 99 | ||