Skip to content

Commit 4128b34

Browse files
committed
Merge remote-tracking branch 'origin/modprobedb-update'
2 parents 02eeb3b + 86bd807 commit 4128b34

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

customization.cfg

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,19 @@ _force_all_threads="true"
5151
# Set to true to prevent ccache from being used and set CONFIG_GCC_PLUGINS=y (which needs to be disabled for ccache to work properly)
5252
_noccache="false"
5353

54-
# [Experimental] Build only a subset of the default kernel modules list to speedup compile time and lower needed space to build kernel
55-
# Notes:
56-
# - If the kernel fails to boot with this option active, disable it and rebuild
57-
# - This option cannot be used with _modprobeddb="true"
54+
# Build only a subset of the default kernel modules list to speedup compile time and lower needed space to build kernel
55+
# Important: - The kernel may fail to boot or behave weirdly with this option active. If it is the case, disable it and rebuild
56+
# - If it is the case and know which modules were missing, please open a bug report so we can add them to the "diet" db
57+
# Notes:
58+
# - This option cannot be used with _modprobeddb="true"
5859
_kernel_on_diet="false"
5960

60-
# Set to true to use modprobed db to clean config from unneeded modules. Speeds up compilation considerably. Requires root - https://wiki.archlinux.org/index.php/Modprobed-db
61+
# Set to true to use modprobed db to clean config from unneeded modules. Speeds up compilation considerably.
62+
# Requires root - https://wiki.archlinux.org/index.php/Modprobed-db
6163
# Using this option can trigger user prompts if the config doesn't go smoothly.
62-
# !!!! Make sure to have a well populated db !!!!
64+
# Notes:
65+
# - Make sure to have a well populated db
66+
# - Otherwise use the '_kernel_on_diet' option instead
6367
_modprobeddb="false"
6468

6569
# modprobed-db database file location

linux-tkg-config/6.12/minimal-modprobed.db

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ algif_hash
2525
algif_skcipher
2626
alx
2727
amd64_edac
28+
amd_atl
2829
amd_pmc
2930
amd_pstate
3031
amdgpu
@@ -494,6 +495,7 @@ snd_hda_codec_realtek
494495
snd_hda_core
495496
snd_hda_ext_core
496497
snd_hda_intel
498+
snd_hda_scodec_component
497499
snd_hrtimer
498500
snd_hwdep
499501
snd_intel_dspcfg
@@ -591,6 +593,7 @@ tuner_types
591593
tunnel4
592594
tunnel6
593595
typec
596+
typec_displayport
594597
typec_ucsi
595598
uas
596599
ucsi_acpi

linux-tkg-config/6.13/minimal-modprobed.db

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ algif_hash
2525
algif_skcipher
2626
alx
2727
amd64_edac
28+
amd_atl
2829
amd_pmc
2930
amd_pstate
3031
amdgpu
@@ -397,6 +398,8 @@ nvme_common
397398
nvme_core
398399
nvmem_rave_sp_eeprom
399400
nvram
401+
of_mdio
402+
onboard_usb_dev
400403
overlay
401404
p8022
402405
parport
@@ -494,6 +497,7 @@ snd_hda_codec_realtek
494497
snd_hda_core
495498
snd_hda_ext_core
496499
snd_hda_intel
500+
snd_hda_scodec_component
497501
snd_hrtimer
498502
snd_hwdep
499503
snd_intel_dspcfg
@@ -591,6 +595,7 @@ tuner_types
591595
tunnel4
592596
tunnel6
593597
typec
598+
typec_displayport
594599
typec_ucsi
595600
uas
596601
ucsi_acpi

0 commit comments

Comments
 (0)