Changeset 1417643 for x/installing


Ignore:
Timestamp:
07/31/2023 01:44:37 PM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
2fbed80
Parents:
08c3c25
git-author:
Xi Ruoyao <xry111@…> (07/31/2023 10:49:37 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/31/2023 01:44:37 PM)
Message:

kernel-config: Update the script

  1. Don't throw unspecified entries too early. Doing so caused various rendering glitches. And we can now also check if an entry is selected but it's parent not.
  2. "menu"s in Kconfig can also have dependencies...

Some pre-existing .toml data files are found problematic after the
change, fix them and regenerate all rendered -kernel.xml files.

Location:
x/installing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libevdev-test-kernel.xml

    r08c3c25 r1417643  
    66<screen><literal>Device Drivers ---&gt;
    77  Input device support ---&gt;
    8     [*] Miscellaneous devices ---&gt;                                  [INPUT_MISC]
    9       &lt;*/M&gt; User level driver support                             [INPUT_UINPUT]</literal></screen>
     8    -*- Generic input layer (needed for keyboard, mouse, ...)            [INPUT]
     9    [*]   Miscellaneous devices ---&gt;                                [INPUT_MISC]
     10      &lt;*/M&gt;   User level driver support                           [INPUT_UINPUT]</literal></screen>
  • x/installing/x7driver-wacom-kernel.xml

    r08c3c25 r1417643  
    99      Special HID drivers ---&gt;
    1010      &lt;*/M&gt;   Wacom Intuos/Graphire tablet support (USB)             [HID_WACOM]
    11       USB HID support ---&gt;
    12       &lt;*/M&gt;   USB HID transport layer                                  [USB_HID]
     11    USB HID support ---&gt;
     12      &lt;*/M&gt; USB HID transport layer                                    [USB_HID]
    1313  [*] USB support ---&gt;                                             [USB_SUPPORT]
    1414    &lt;*/M&gt; Support for Host-side USB                                        [USB]</literal></screen>
Note: See TracChangeset for help on using the changeset viewer.