diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-03-30 13:48:12 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-04-10 16:46:11 -0600 |
commit | 790a6c21c111ba7dcddf762f791fb3178711b82f (patch) | |
tree | 5f079a93c2f80a4027771d345b70a72adfe6ea10 /arch/m68k | |
parent | 92b3de3f8ad7daddaf90ae7ce6162ca28db20370 (diff) | |
download | linux-790a6c21c111ba7dcddf762f791fb3178711b82f.tar.gz linux-790a6c21c111ba7dcddf762f791fb3178711b82f.tar.bz2 linux-790a6c21c111ba7dcddf762f791fb3178711b82f.zip |
docs: move m68k architecture documentation under Documentation/arch/
Architecture-specific documentation is being moved into Documentation/arch/
as a way of cleaning up the top-level documentation directory and making
the docs hierarchy more closely match the source hierarchy. Move
Documentation/m68k into arch/ and fix all in-tree references.
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig.machine | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine index e2f961208f18..28eebabfd34b 100644 --- a/arch/m68k/Kconfig.machine +++ b/arch/m68k/Kconfig.machine @@ -11,7 +11,7 @@ config AMIGA help This option enables support for the Amiga series of computers. If you plan to use this kernel on an Amiga, say Y here and browse the - material available in <file:Documentation/m68k>; otherwise say N. + material available in <file:Documentation/arch/m68k>; otherwise say N. config ATARI bool "Atari support" @@ -23,7 +23,7 @@ config ATARI This option enables support for the 68000-based Atari series of computers (including the TT, Falcon and Medusa). If you plan to use this kernel on an Atari, say Y here and browse the material - available in <file:Documentation/m68k>; otherwise say N. + available in <file:Documentation/arch/m68k>; otherwise say N. config ATARI_KBD_CORE bool |