From edbbcad1476e33973ce1742ac7537d4df69c2189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ronald=20Tschal=C3=A4r?= Date: Mon, 24 Jul 2017 00:56:25 -0700 Subject: [PATCH] applespi: Update instructions for 2015 MacBook. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6278f82..ca1f812 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ To get this driver to work on a 2016 12" MacBook or a 2016 MacBook Pro, you'll n Additionally, you need to make sure the `spi_pxa2xx_platform` and `intel_lpss_pci` modules are loaded. This should result in the intel-lpss driver attaching itself to the SPI controller. -The 2015 MacBook seems much more complicated, as the DMA controller isn't built in to the SPI controller. Unfortunately, I don't have a 2015 model to test. +On the 2015 MacBook you currently need to (re)compile your kernel with `CONFIG_X86_INTEL_LPSS=n`. DKMS module (Debian & co): --------------------------