Skip to content

Commit 71b1a3a

Browse files
authored
Update kernelx64.config to fully support UFS, thanks @darksidemilk
needed to include additional modules for filesystem resizing to work correctly.
1 parent 7880746 commit 71b1a3a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

configs/kernelx64.config

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,10 +3083,11 @@ CONFIG_MMC_TOSHIBA_PCI=y
30833083
CONFIG_MMC_MTK=y
30843084
# CONFIG_MMC_SDHCI_XENON is not set
30853085
CONFIG_SCSI_UFSHCD=y
3086-
# CONFIG_SCSI_UFS_BSG is not set
3087-
# CONFIG_SCSI_UFS_HPB is not set
3086+
CONFIG_SCSI_UFS_BSG=y
30883087
CONFIG_SCSI_UFSHCD_PCI=y
3089-
# CONFIG_SCSI_UFSHCD_PLATFORM is not set
3088+
CONFIG_SCSI_UFS_DWC_TC_PCI=y
3089+
CONFIG_SCSI_UFSHCD_PLATFORM=y
3090+
CONFIG_SCSI_UFS_CDNS_PLATFORM=y
30903091
# CONFIG_MEMSTICK is not set
30913092
# CONFIG_NEW_LEDS is not set
30923093
# CONFIG_ACCESSIBILITY is not set

0 commit comments

Comments
 (0)