source: kernel-config/general/sysutils/bluez.toml@ 70bea08

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 70bea08 was e7cd19a, checked in by Xi Ruoyao <xry111@…>, 11 months ago

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.
  • Property mode set to 100644
File size: 800 bytes
Line 
1TIMERFD='*'
2EVENTFD='*'
3
4NET='*'
5BT='*M'
6BT_RFCOMM='*M'
7BT_RFCOMM_TTY='*'
8BT_BNEP='*M'
9BT_BNEP_MC_FILTER='*'
10BT_BNEP_PROTO_FILTER='*'
11BT_HIDP='*M'
12RFKILL='*M'
13
14# Forced by EXT4_FS && BLOCK
15CRYPTO = { value = '*', forced = '*' }
16CRYPTO_USER='*M'
17CRYPTO_AES='*M'
18CRYPTO_CCM='*M'
19CRYPTO_CMAC='*M'
20CRYPTO_USER_API_HASH='*M'
21CRYPTO_USER_API_SKCIPHER='*M'
22CRYPTO_USER_API_AEAD='*M'
23
24BT_BREDR='*'
25BT_HCIBTSDIO='*M '
26BT_HCIUART='*M '
27
28
29[BT_HCIBTUSB]
30value = '*M '
31comment = [
32 "Select the appropriate drivers for your bluetooth hardware.",
33 "There are more vendor-specific drivers not listed here",
34]
35
36[EXPERT]
37value = '* '
38comment = [
39 'If it is disabled, [TIMERFD] and [EVENTFD] will be hidden and',
40 'enabled implicitly. We DO NOT recommend to enable [EXPERT]',
41 'unless you are really an expert user'
42]
Note: See TracBrowser for help on using the repository browser.