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:
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/bluez.xml

    r2fbed80 re7cd19a  
    104104    </para>
    105105
    106 <screen><literal>General Setup ---&gt;
    107   [ /*] Configure standard kernel features (expert users)   [CONFIG_EXPERT]
    108     (Note: if CONFIG_EXPERT is disabled, the following options will be
    109            hidden and enabled implicitly.  We DO NOT recommend to enable
    110            CONFIG_EXPERT unless you are really an expert user.)
    111     [*] Enable timerfd() system call                        [CONFIG_TIMERFD]
    112     [*] Enable eventfd() system call                        [CONFIG_EVENTFD]
    113 
    114 [*] Networking support ---&gt;                [CONFIG_NET]
    115   &lt;*/M&gt; Bluetooth subsystem support ---&gt;   [CONFIG_BT]
    116     &lt;*/M&gt; RFCOMM protocol support          [CONFIG_BT_RFCOMM]
    117     [*]   RFCOMM TTY support               [CONFIG_BT_RFCOMM_TTY]
    118     &lt;*/M&gt; BNEP protocol support            [CONFIG_BT_BNEP]
    119     [*]   Multicast filter support         [CONFIG_BT_BNEP_MC_FILTER]
    120     [*]   Protocol filter support          [CONFIG_BT_BNEP_PROTO_FILTER]
    121     &lt;*/M&gt; HIDP protocol support            [CONFIG_BT_HIDP]
    122         Bluetooth device drivers ---&gt;
    123           (Select the appropriate drivers for your Bluetooth hardware)
    124 
    125    &lt;*/M&gt; RF switch subsystem support ----  [CONFIG_RFKILL]
    126 
    127 -*- Cryptographic API ---&gt;
    128    Crypto core or helper --- &gt;
    129       &lt;*/M&gt; User-space cryptographic algorithm configuration   [CONFIG_CRYPTO_USER]
    130    Block ciphers ---&gt;
    131       &lt;*/M&gt; AES (Advanced Encryption Standard)                 [CONFIG_CRYPTO_AES]
    132    AEAD (authenticated encryption with associated data) ciphers ---&gt;
    133       &lt;*/M&gt; CCM (Counter with Cipher Block Chaining-MAC)       [CONFIG_CRYPTO_CCM]
    134    Hashes, digests, and MACs ---&gt;
    135       &lt;*/M&gt; CMAC (Cipher-based MAC)                            [CONFIG_CRYPTO_CMAC]
    136    Userspace interface ---&gt;
    137       &lt;*/M&gt; Hash algorithms                                    [CONFIG_CRYPTO_USER_API_HASH]
    138       &lt;*/M&gt; Symmetric key cipher algorithms                    [CONFIG_CRYPTO_USER_API_SKCIPHER]
    139       &lt;*/M&gt; AEAD cipher algorithms                             [CONFIG_CRYPTO_USER_API_AEAD]</literal></screen>
    140 
    141 <!--
    142     <para>
    143       If you wish to run the test suite (even if treating this package as a build
    144       dependency), you will need to enable the following options in the kernel
    145       configuration and recompile the kernel if necessary:
    146     </para>
    147 
    148 <screen><literal>-*- Cryptographic API - - -&gt;                                      [CONFIG_CRYPTO]
    149   &lt;*/M&gt; User-space interface for hash algorithms                 [CONFIG_CRYPTO_USER_API_HASH]
    150   &lt;*/M&gt; User-space interface for symmetric key cipher algorithms [CONFIG_CRYPTO_USER_API_SKCIPHER]</literal></screen>
    151 -->
     106    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     107      href="bluez-kernel.xml"/>
     108
    152109    <indexterm zone="bluez bluez-kernel">
    153110      <primary sortas="d-bluez">bluez</primary>
Note: See TracChangeset for help on using the changeset viewer.