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

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. From: Andreas Ziegler <github@andreas-ziegler.de>
  2. Date: Wed, 9 Nov 2016 04:39:59 +0100
  3. Subject: x86: add mmc drivers to generic+64
  4. diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default
  5. index 1fda58562c6821e8524d00617ed040d11ee731d7..9d2cfdbd9f7c2006b543599d398f2d5966f6333e 100644
  6. --- a/target/linux/x86/64/config-default
  7. +++ b/target/linux/x86/64/config-default
  8. @@ -117,6 +117,14 @@ CONFIG_LPC_ICH=y
  9. CONFIG_MEMORY_BALLOON=y
  10. # CONFIG_MEMORY_HOTPLUG is not set
  11. CONFIG_MFD_CORE=y
  12. +CONFIG_MMC=y
  13. +CONFIG_MMC_BLOCK=y
  14. +CONFIG_MMC_RICOH_MMC=y
  15. +CONFIG_MMC_SDHCI=y
  16. +CONFIG_MMC_SDHCI_PCI=y
  17. +# CONFIG_MMC_SDHCI_PLTFM is not set
  18. +# CONFIG_MMC_TIFM_SD is not set
  19. +# CONFIG_MMC_WBSD is not set
  20. CONFIG_MODULES_USE_ELF_RELA=y
  21. # CONFIG_MPSC is not set
  22. CONFIG_MUTEX_SPIN_ON_OWNER=y
  23. diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-default
  24. index 4fc513154bd566319d77e6e42622ef362baeb094..1d72811f4b67225043513dec9173a79969c49313 100644
  25. --- a/target/linux/x86/generic/config-default
  26. +++ b/target/linux/x86/generic/config-default
  27. @@ -136,6 +136,14 @@ CONFIG_ISO9660_FS=y
  28. # CONFIG_LEDS_CLEVO_MAIL is not set
  29. # CONFIG_MDA_CONSOLE is not set
  30. # CONFIG_MIXCOMWD is not set
  31. +CONFIG_MMC=y
  32. +CONFIG_MMC_BLOCK=y
  33. +CONFIG_MMC_RICOH_MMC=y
  34. +CONFIG_MMC_SDHCI=y
  35. +CONFIG_MMC_SDHCI_PCI=y
  36. +# CONFIG_MMC_SDHCI_PLTFM is not set
  37. +# CONFIG_MMC_TIFM_SD is not set
  38. +# CONFIG_MMC_WBSD is not set
  39. # CONFIG_MOUSE_BCM5974 is not set
  40. # CONFIG_MOUSE_CYAPA is not set
  41. CONFIG_MOUSE_PS2=y