Changeset 831ba20a for x/installing


Ignore:
Timestamp:
07/31/2023 01:44:36 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:
d9e1464
Parents:
5ca8d70
git-author:
Xi Ruoyao <xry111@…> (07/29/2023 05:01:15 PM)
git-committer:
Xi Ruoyao <xry111@…> (07/31/2023 01:44:36 PM)
Message:

kernel-config: Handle if/endif pairs in Kconfig, and allow to set "forced" attribute for options

For example, CONFIG_INPUT is forced w/o CONFIG_EXPERT.

libevdev kernel section needs these features to be rendered
successfully.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libevdev.xml

    r5ca8d70 r831ba20a  
    9090      </para>
    9191
    92 <screen><literal>Device Drivers  ---&gt;
    93   Input device support ---&gt;
    94     &lt;*&gt; Generic input layer (needed for keyboard, mouse, ...) [CONFIG_INPUT]
    95     &lt;*&gt;   Event interface                   [CONFIG_INPUT_EVDEV]
    96     [*]   Miscellaneous devices  ---&gt;       [CONFIG_INPUT_MISC]
    97       &lt;*/m&gt;    User level driver support    [CONFIG_INPUT_UINPUT]</literal></screen>
     92      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     93        href="libevdev-kernel.xml"/>
    9894
    9995      <para>
Note: See TracChangeset for help on using the changeset viewer.