From 9c2e2382f05e0bfa1230ffc988c4787029ab8ba5 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Mon, 25 Jun 2018 22:32:57 +0100 Subject: [PATCH] linux (RPi): config - enable Realtek PCI/USB card readers --- projects/RPi/devices/RPi/linux/linux.arm.conf | 4 +++- projects/RPi/devices/RPi2/linux/linux.arm.conf | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/projects/RPi/devices/RPi/linux/linux.arm.conf b/projects/RPi/devices/RPi/linux/linux.arm.conf index 2b6126ef3d..236fe346cb 100644 --- a/projects/RPi/devices/RPi/linux/linux.arm.conf +++ b/projects/RPi/devices/RPi/linux/linux.arm.conf @@ -1174,6 +1174,7 @@ CONFIG_BCM2835_SMI=m # CONFIG_USB_SWITCH_FSA9480 is not set # CONFIG_LATTICE_ECP3_CONFIG is not set # CONFIG_SRAM is not set +CONFIG_MISC_RTSX=y # CONFIG_C2PORT is not set # @@ -1231,7 +1232,7 @@ CONFIG_EEPROM_93CX6=m # VOP Driver # # CONFIG_ECHO is not set -# CONFIG_MISC_RTSX_USB is not set +CONFIG_MISC_RTSX_USB=y # # SCSI device support @@ -3566,6 +3567,7 @@ CONFIG_MMC_SDHCI_PLTFM=y # CONFIG_MMC_VUB300 is not set # CONFIG_MMC_USHC is not set # CONFIG_MMC_USDHI6ROL0 is not set +CONFIG_MMC_REALTEK_USB=m # CONFIG_MMC_CQHCI is not set # CONFIG_MMC_BCM2835 is not set # CONFIG_MMC_MTK is not set diff --git a/projects/RPi/devices/RPi2/linux/linux.arm.conf b/projects/RPi/devices/RPi2/linux/linux.arm.conf index 4b0755b43c..3ab78d0c29 100644 --- a/projects/RPi/devices/RPi2/linux/linux.arm.conf +++ b/projects/RPi/devices/RPi2/linux/linux.arm.conf @@ -1274,6 +1274,7 @@ CONFIG_BCM2835_SMI=m # CONFIG_USB_SWITCH_FSA9480 is not set # CONFIG_LATTICE_ECP3_CONFIG is not set # CONFIG_SRAM is not set +CONFIG_MISC_RTSX=y # CONFIG_C2PORT is not set # @@ -1331,7 +1332,7 @@ CONFIG_EEPROM_93CX6=m # VOP Driver # # CONFIG_ECHO is not set -# CONFIG_MISC_RTSX_USB is not set +CONFIG_MISC_RTSX_USB=y # # SCSI device support @@ -3672,6 +3673,7 @@ CONFIG_MMC_SDHCI_PLTFM=y # CONFIG_MMC_VUB300 is not set # CONFIG_MMC_USHC is not set # CONFIG_MMC_USDHI6ROL0 is not set +CONFIG_MMC_REALTEK_USB=m # CONFIG_MMC_CQHCI is not set # CONFIG_MMC_BCM2835 is not set # CONFIG_MMC_MTK is not set