Skip to content

Commit

Permalink
Add SD/MMC drivers of Realtek card readers for generic_x86_64 (#3170)
Browse files Browse the repository at this point in the history
We added drivers for Realtek cards readers in #3005, however it also
needs MMC drivers in order to make card reading possible. Enable both
USB and PCI versions of those (each about ~40 kB).

Fixes #3167
  • Loading branch information
sairon authored Feb 12, 2024
1 parent b599d24 commit af345d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildroot-external/board/pc/generic-x86-64/kernel.config
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ CONFIG_MMC_BLOCK=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_ACPI=y
CONFIG_MMC_SDHCI_PCI=y
CONFIG_MMC_REALTEK_PCI=m
CONFIG_MMC_REALTEK_USB=m
CONFIG_X86_INTEL_LPSS=y

CONFIG_MISC_RTSX_PCI=m
Expand Down

0 comments on commit af345d9

Please sign in to comment.