mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-09 15:39:51 +00:00
kernel: add CONFIG_FRAMEBUFFER_CONSOLE, and mention CONFIG_DRM_FBDEV_EMULATION
Is there anyone using a blind system with serial console now? :)
This commit is contained in:
parent
6612f5441b
commit
dbab2a4519
@ -117,7 +117,9 @@ General architecture-dependent options --->
|
||||
Device Drivers --->
|
||||
Graphics support --->
|
||||
Frame buffer Devices --->
|
||||
[*] Support for frame buffer devices ----
|
||||
<*> Support for frame buffer devices --->
|
||||
Console display driver support --->
|
||||
[*] Framebuffer Console support [CONFIG_FRAMEBUFFER_CONSOLE]
|
||||
Generic Driver Options --->
|
||||
[ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
|
||||
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
|
||||
@ -156,6 +158,8 @@ Device Drivers --->
|
||||
Graphics support --->
|
||||
Frame buffer Devices --->
|
||||
<*> Support for frame buffer devices --->
|
||||
Console display driver support --->
|
||||
[*] Framebuffer Console support [CONFIG_FRAMEBUFFER_CONSOLE]
|
||||
File systems --->
|
||||
[*] Inotify support for userspace [CONFIG_INOTIFY_USER]
|
||||
Pseudo filesystems --->
|
||||
@ -269,6 +273,20 @@ Device Drivers --->
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>Framebuffer Console support</parameter></term>
|
||||
<listitem>
|
||||
<para>This is needed to display the Linux console on a frame
|
||||
buffer device. To allow the kernel to print debug messages at an
|
||||
early boot stage, it shouldn't be built as a kernel module
|
||||
unless an initramfs will be used. And, if
|
||||
<option>CONFIG_DRM</option> (Direct Rendering Manager) is enabled,
|
||||
it's likely <option>CONFIG_DRM_FBDEV_EMULATION</option> (Enable
|
||||
legacy fbdev support for your modesetting driver) should be
|
||||
enabled as well.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>Support x2apic</parameter></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user