mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
e7cd19a120
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.
43 lines
800 B
TOML
43 lines
800 B
TOML
TIMERFD='*'
|
|
EVENTFD='*'
|
|
|
|
NET='*'
|
|
BT='*M'
|
|
BT_RFCOMM='*M'
|
|
BT_RFCOMM_TTY='*'
|
|
BT_BNEP='*M'
|
|
BT_BNEP_MC_FILTER='*'
|
|
BT_BNEP_PROTO_FILTER='*'
|
|
BT_HIDP='*M'
|
|
RFKILL='*M'
|
|
|
|
# Forced by EXT4_FS && BLOCK
|
|
CRYPTO = { value = '*', forced = '*' }
|
|
CRYPTO_USER='*M'
|
|
CRYPTO_AES='*M'
|
|
CRYPTO_CCM='*M'
|
|
CRYPTO_CMAC='*M'
|
|
CRYPTO_USER_API_HASH='*M'
|
|
CRYPTO_USER_API_SKCIPHER='*M'
|
|
CRYPTO_USER_API_AEAD='*M'
|
|
|
|
BT_BREDR='*'
|
|
BT_HCIBTSDIO='*M '
|
|
BT_HCIUART='*M '
|
|
|
|
|
|
[BT_HCIBTUSB]
|
|
value = '*M '
|
|
comment = [
|
|
"Select the appropriate drivers for your bluetooth hardware.",
|
|
"There are more vendor-specific drivers not listed here",
|
|
]
|
|
|
|
[EXPERT]
|
|
value = '* '
|
|
comment = [
|
|
'If it is disabled, [TIMERFD] and [EVENTFD] will be hidden and',
|
|
'enabled implicitly. We DO NOT recommend to enable [EXPERT]',
|
|
'unless you are really an expert user'
|
|
]
|