Changeset dbab2a4


Ignore:
Timestamp:
09/22/2022 04:34:27 AM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
01ecba7
Parents:
6612f54
git-author:
Xi Ruoyao <xry111@…> (09/22/2022 04:34:07 AM)
git-committer:
Xi Ruoyao <xry111@…> (09/22/2022 04:34:27 AM)
Message:

kernel: add CONFIG_FRAMEBUFFER_CONSOLE, and mention CONFIG_DRM_FBDEV_EMULATION

Is there anyone using a blind system with serial console now? :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r6612f54 rdbab2a4  
    118118  Graphics support ---&gt;
    119119   Frame buffer Devices ---&gt;
    120       [*] Support for frame buffer devices ----
     120      &lt;*&gt; Support for frame buffer devices ---&gt;
     121   Console display driver support ---&gt;
     122      [*] Framebuffer Console support [CONFIG_FRAMEBUFFER_CONSOLE]
    121123  Generic Driver Options  ---&gt;
    122124   [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
     
    157159   Frame buffer Devices ---&gt;
    158160      &lt;*&gt; Support for frame buffer devices ---&gt;
     161   Console display driver support ---&gt;
     162      [*] Framebuffer Console support [CONFIG_FRAMEBUFFER_CONSOLE]
    159163File systems  ---&gt;
    160164   [*] Inotify support for userspace [CONFIG_INOTIFY_USER]
     
    267271          upon switching to root filesystem just before starting
    268272          init.</para>
     273        </listitem>
     274      </varlistentry>
     275
     276      <varlistentry>
     277        <term><parameter>Framebuffer Console support</parameter></term>
     278        <listitem>
     279          <para>This is needed to display the Linux console on a frame
     280          buffer device.  To allow the kernel to print debug messages at an
     281          early boot stage, it shouldn't be built as a kernel module
     282          unless an initramfs will be used. And, if
     283          <option>CONFIG_DRM</option> (Direct Rendering Manager) is enabled,
     284          it's likely <option>CONFIG_DRM_FBDEV_EMULATION</option> (Enable
     285          legacy fbdev support for your modesetting driver) should be
     286          enabled as well.</para>
    269287        </listitem>
    270288      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.