Skip to content

Commit

Permalink
Update kernelx64.config to fully support UFS, thanks @darksidemilk
Browse files Browse the repository at this point in the history
needed to include additional modules for filesystem resizing to work correctly.
  • Loading branch information
darksidemilk authored Nov 28, 2023
1 parent 7880746 commit 71b1a3a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions configs/kernelx64.config
Original file line number Diff line number Diff line change
Expand Up @@ -3083,10 +3083,11 @@ CONFIG_MMC_TOSHIBA_PCI=y
CONFIG_MMC_MTK=y
# CONFIG_MMC_SDHCI_XENON is not set
CONFIG_SCSI_UFSHCD=y
# CONFIG_SCSI_UFS_BSG is not set
# CONFIG_SCSI_UFS_HPB is not set
CONFIG_SCSI_UFS_BSG=y
CONFIG_SCSI_UFSHCD_PCI=y
# CONFIG_SCSI_UFSHCD_PLATFORM is not set
CONFIG_SCSI_UFS_DWC_TC_PCI=y
CONFIG_SCSI_UFSHCD_PLATFORM=y
CONFIG_SCSI_UFS_CDNS_PLATFORM=y
# CONFIG_MEMSTICK is not set
# CONFIG_NEW_LEDS is not set
# CONFIG_ACCESSIBILITY is not set
Expand Down

0 comments on commit 71b1a3a

Please sign in to comment.