Ignore:
Timestamp:
12/05/2023 06:58:29 AM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
31a9142
Parents:
34774f49
git-author:
Xi Ruoyao <xry111@…> (12/05/2023 06:55:45 AM)
git-committer:
Xi Ruoyao <xry111@…> (12/05/2023 06:58:29 AM)
Message:

kernel-config: Drop FB

In Linux 6.6 DRM_FBDEV_EMULATION no longer depends on FB, so we no
longer need to select FB (tested in a QEMU VM).

But if DRM is selected, we must select both DRM_FBDEV_EMULATION and
FRAMEBUFFER_CONSOLE or we'll see only blank screen. And now
FRAMEBUFFER_CONSOLE is not selected by default, be warned!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel/sysv.toml

    r34774f49 r981b9fa6  
    1313DEVTMPFS='*'
    1414DEVTMPFS_MOUNT='*'
    15 FB='*'
    16 FRAMEBUFFER_CONSOLE='*'
     15DRM=' *M'
    1716
    1817revision='sysv'
     18
     19[DRM_FBDEV_EMULATION]
     20value = ' *'
     21comment = 'If [DRM] is selected as * or M, this must be selected'
     22
     23[FRAMEBUFFER_CONSOLE]
     24value = ' *'
     25comment = 'If [DRM] is selected as * or M, this must be selected'
Note: See TracChangeset for help on using the changeset viewer.