Ignore:
Timestamp:
07/31/2023 01:44:37 PM (11 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:
c41cafb
Parents:
2fbed80
git-author:
Xi Ruoyao <xry111@…> (07/31/2023 11:32:34 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/31/2023 01:44:37 PM)
Message:

general: Use new rendering method for kernel configuration

It's almost a plain "conversion". Exceptions:

  • In elogind, [CGROUPS] is dropped because it's in LFS now.
  • In libusb, move the kernel configuration to match the layout of other packages.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/elogind.xml

    r2fbed80 re7cd19a  
    111111    </para>
    112112
    113 <!-- Spaces are significant in <screen> sections -->
    114 <screen><literal>General setup ---&gt;
    115     [*]     Control Group support                        [CONFIG_CGROUPS]
    116 File systems ---&gt;
    117     [*]     Inotify support for userspace                [CONFIG_INOTIFY_USER]
    118             Pseudo filesystems ---&gt;
    119                 [*]    Tmpfs POSIX Access Control Lists  [CONFIG_TMPFS_POSIX_ACL]</literal></screen>
     113    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     114      href="elogind-kernel.xml"/>
    120115
    121116    <para>
     
    124119    </para>
    125120
    126 <screen><literal>-*- Cryptographic API ---&gt;                                  [CONFIG_CRYPTO]
    127     Crypto core or helper  --->
    128       &lt;M/*&gt; Userspace cryptographic algorithm configuration [CONFIG_CRYPTO_USER]
    129     Userspace interface  ---> 
    130       &lt;M/*&gt; Hash algorithms                                 [CONFIG_CRYPTO_USER_API_HASH]</literal></screen>
     121    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     122      href="elogind-test-kernel.xml"/>
    131123
    132124    <indexterm zone="elogind elogind-kernel">
Note: See TracChangeset for help on using the changeset viewer.