linux (RPi): config - enable Realtek PCI/USB card readers

This commit is contained in:
MilhouseVH 2018-06-25 22:32:57 +01:00
parent 0eb65437a9
commit 9c2e2382f0
2 changed files with 6 additions and 2 deletions

View File

@ -1174,6 +1174,7 @@ CONFIG_BCM2835_SMI=m
# CONFIG_USB_SWITCH_FSA9480 is not set # CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_LATTICE_ECP3_CONFIG is not set # CONFIG_LATTICE_ECP3_CONFIG is not set
# CONFIG_SRAM is not set # CONFIG_SRAM is not set
CONFIG_MISC_RTSX=y
# CONFIG_C2PORT is not set # CONFIG_C2PORT is not set
# #
@ -1231,7 +1232,7 @@ CONFIG_EEPROM_93CX6=m
# VOP Driver # VOP Driver
# #
# CONFIG_ECHO is not set # CONFIG_ECHO is not set
# CONFIG_MISC_RTSX_USB is not set CONFIG_MISC_RTSX_USB=y
# #
# SCSI device support # SCSI device support
@ -3566,6 +3567,7 @@ CONFIG_MMC_SDHCI_PLTFM=y
# CONFIG_MMC_VUB300 is not set # CONFIG_MMC_VUB300 is not set
# CONFIG_MMC_USHC is not set # CONFIG_MMC_USHC is not set
# CONFIG_MMC_USDHI6ROL0 is not set # CONFIG_MMC_USDHI6ROL0 is not set
CONFIG_MMC_REALTEK_USB=m
# CONFIG_MMC_CQHCI is not set # CONFIG_MMC_CQHCI is not set
# CONFIG_MMC_BCM2835 is not set # CONFIG_MMC_BCM2835 is not set
# CONFIG_MMC_MTK is not set # CONFIG_MMC_MTK is not set

View File

@ -1274,6 +1274,7 @@ CONFIG_BCM2835_SMI=m
# CONFIG_USB_SWITCH_FSA9480 is not set # CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_LATTICE_ECP3_CONFIG is not set # CONFIG_LATTICE_ECP3_CONFIG is not set
# CONFIG_SRAM is not set # CONFIG_SRAM is not set
CONFIG_MISC_RTSX=y
# CONFIG_C2PORT is not set # CONFIG_C2PORT is not set
# #
@ -1331,7 +1332,7 @@ CONFIG_EEPROM_93CX6=m
# VOP Driver # VOP Driver
# #
# CONFIG_ECHO is not set # CONFIG_ECHO is not set
# CONFIG_MISC_RTSX_USB is not set CONFIG_MISC_RTSX_USB=y
# #
# SCSI device support # SCSI device support
@ -3672,6 +3673,7 @@ CONFIG_MMC_SDHCI_PLTFM=y
# CONFIG_MMC_VUB300 is not set # CONFIG_MMC_VUB300 is not set
# CONFIG_MMC_USHC is not set # CONFIG_MMC_USHC is not set
# CONFIG_MMC_USDHI6ROL0 is not set # CONFIG_MMC_USDHI6ROL0 is not set
CONFIG_MMC_REALTEK_USB=m
# CONFIG_MMC_CQHCI is not set # CONFIG_MMC_CQHCI is not set
# CONFIG_MMC_BCM2835 is not set # CONFIG_MMC_BCM2835 is not set
# CONFIG_MMC_MTK is not set # CONFIG_MMC_MTK is not set