From 5abc30299f5b8ea66737a7e8d9aff48758c4c79a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 14 Dec 2014 15:31:03 +0100 Subject: [PATCH] projects/*/linux: build RTSX USB and PCIe cardreader drivers statically Signed-off-by: Stephan Raue --- projects/Generic/linux/linux.i386.conf | 4 ++-- projects/Generic/linux/linux.x86_64.conf | 7 +++---- projects/RPi/linux/linux.arm.conf | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/projects/Generic/linux/linux.i386.conf b/projects/Generic/linux/linux.i386.conf index a97606168f..25188d61c2 100644 --- a/projects/Generic/linux/linux.i386.conf +++ b/projects/Generic/linux/linux.i386.conf @@ -2241,8 +2241,8 @@ CONFIG_LPC_SCH=y # CONFIG_MFD_RETU is not set # CONFIG_MFD_PCF50633 is not set # CONFIG_MFD_RDC321X is not set -CONFIG_MFD_RTSX_PCI=m -CONFIG_MFD_RTSX_USB=m +CONFIG_MFD_RTSX_PCI=y +CONFIG_MFD_RTSX_USB=y # CONFIG_MFD_RC5T583 is not set # CONFIG_MFD_SEC_CORE is not set # CONFIG_MFD_SI476X_CORE is not set diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index b1c48dbd4b..d969ce17ef 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 3.17.2 Kernel Configuration +# Linux/x86_64 3.17.6 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -2219,8 +2219,8 @@ CONFIG_LPC_SCH=y # CONFIG_MFD_RETU is not set # CONFIG_MFD_PCF50633 is not set # CONFIG_MFD_RDC321X is not set -CONFIG_MFD_RTSX_PCI=m -CONFIG_MFD_RTSX_USB=m +CONFIG_MFD_RTSX_PCI=y +CONFIG_MFD_RTSX_USB=y # CONFIG_MFD_RC5T583 is not set # CONFIG_MFD_SEC_CORE is not set # CONFIG_MFD_SI476X_CORE is not set @@ -3458,7 +3458,6 @@ CONFIG_RTC_DRV_CMOS=y # CONFIG_RTC_DRV_DS1553 is not set # CONFIG_RTC_DRV_DS1742 is not set # CONFIG_RTC_DRV_DS2404 is not set -CONFIG_RTC_DRV_EFI=y # CONFIG_RTC_DRV_STK17TA8 is not set # CONFIG_RTC_DRV_M48T86 is not set # CONFIG_RTC_DRV_M48T35 is not set diff --git a/projects/RPi/linux/linux.arm.conf b/projects/RPi/linux/linux.arm.conf index ee24560add..85d36cf390 100644 --- a/projects/RPi/linux/linux.arm.conf +++ b/projects/RPi/linux/linux.arm.conf @@ -1710,7 +1710,7 @@ CONFIG_MFD_CORE=y # CONFIG_MFD_PCF50633 is not set # CONFIG_UCB1400_CORE is not set # CONFIG_MFD_PM8921_CORE is not set -CONFIG_MFD_RTSX_USB=m +CONFIG_MFD_RTSX_USB=y # CONFIG_MFD_RC5T583 is not set # CONFIG_MFD_SEC_CORE is not set # CONFIG_MFD_SI476X_CORE is not set