Arnd Bergmann 5bbcc7645f mdacon: rework dependency list
mdacon has roughly the same dependencies as vgacon but expresses them
as a negative list instead of a positive list, with the only practical
difference being PowerPC/CHRP, which uses vga16fb instead of vgacon.

The CONFIG_MDA_CONSOLE description advises to only turn it on when vgacon
is also used because MDA/Hercules-only systems should be using vgacon
instead, so just change the list to enforce that directly for simplicity.

The probing was broken from 2002 to 2008, this improves on the fix
that was added then: If vgacon is a loadable module, then mdacon
cannot be built-in now, and the list of systems that support vgacon
is carried over.

Fixes: 0b9cf3aa6b1e ("mdacon messing up default vc's - set default to vc13-16 again")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Helge Deller <deller@gmx.de>
2025-03-26 22:39:20 +01:00
2025-03-26 09:54:40 -07:00
2025-03-25 18:33:04 -07:00
2025-03-26 10:28:36 -07:00
2025-03-26 22:39:20 +01:00
2025-03-25 18:31:38 -07:00
2025-03-26 10:28:36 -07:00
2025-03-25 15:44:19 -07:00
2025-03-25 15:44:19 -07:00
2025-03-25 18:33:04 -07:00
2025-03-25 10:54:15 -07:00
2025-03-25 10:54:15 -07:00
2025-03-25 15:44:19 -07:00
2025-03-25 18:33:04 -07:00
2025-03-25 16:04:11 -07:00
2025-03-26 10:05:43 -07:00
2025-03-26 09:54:40 -07:00
2025-03-25 14:22:07 -07:00
2025-03-25 15:44:19 -07:00
2025-03-26 10:05:43 -07:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
No description provided
Readme 7.9 GiB
Languages
C 97.5%
Assembly 1%
Shell 0.6%
Python 0.3%
Makefile 0.3%
Other 0.1%