Skip to content
Snippets Groups Projects
Select Git revision
  • 04818c170b2fb6d64eccdec5aa97673ad4419a9f
  • v2018.2.x default
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
42 results

0078-x86-add-mmc-drivers-to-generic-64.patch

Blame
  • Forked from firmware / FFS Gluon
    3528 commits behind the upstream repository.
    user avatar
    Matthias Schiffer authored
    7dce74c0
    History
    0078-x86-add-mmc-drivers-to-generic-64.patch 1.48 KiB
    From: Andreas Ziegler <github@andreas-ziegler.de>
    Date: Wed, 9 Nov 2016 04:39:59 +0100
    Subject: x86: add mmc drivers to generic+64
    
    diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default
    index 1fda58562c6821e8524d00617ed040d11ee731d7..9d2cfdbd9f7c2006b543599d398f2d5966f6333e 100644
    --- a/target/linux/x86/64/config-default
    +++ b/target/linux/x86/64/config-default
    @@ -117,6 +117,14 @@ CONFIG_LPC_ICH=y
     CONFIG_MEMORY_BALLOON=y
     # CONFIG_MEMORY_HOTPLUG is not set
     CONFIG_MFD_CORE=y
    +CONFIG_MMC=y
    +CONFIG_MMC_BLOCK=y
    +CONFIG_MMC_RICOH_MMC=y
    +CONFIG_MMC_SDHCI=y
    +CONFIG_MMC_SDHCI_PCI=y
    +# CONFIG_MMC_SDHCI_PLTFM is not set
    +# CONFIG_MMC_TIFM_SD is not set
    +# CONFIG_MMC_WBSD is not set
     CONFIG_MODULES_USE_ELF_RELA=y
     # CONFIG_MPSC is not set
     CONFIG_MUTEX_SPIN_ON_OWNER=y
    diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-default
    index 4fc513154bd566319d77e6e42622ef362baeb094..1d72811f4b67225043513dec9173a79969c49313 100644
    --- a/target/linux/x86/generic/config-default
    +++ b/target/linux/x86/generic/config-default
    @@ -136,6 +136,14 @@ CONFIG_ISO9660_FS=y
     # CONFIG_LEDS_CLEVO_MAIL is not set
     # CONFIG_MDA_CONSOLE is not set
     # CONFIG_MIXCOMWD is not set
    +CONFIG_MMC=y
    +CONFIG_MMC_BLOCK=y
    +CONFIG_MMC_RICOH_MMC=y
    +CONFIG_MMC_SDHCI=y
    +CONFIG_MMC_SDHCI_PCI=y
    +# CONFIG_MMC_SDHCI_PLTFM is not set
    +# CONFIG_MMC_TIFM_SD is not set
    +# CONFIG_MMC_WBSD is not set
     # CONFIG_MOUSE_BCM5974 is not set
     # CONFIG_MOUSE_CYAPA is not set
     CONFIG_MOUSE_PS2=y