aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2019-03-14 17:21:30 +0000
committerBen Hutchings <ben@decadent.org.uk>2019-03-14 17:49:45 +0000
commit0b67903203a8c2a57b0c2a43dc6f35636e8493fe (patch)
tree5e05485987f65cfd5d2cd0c592218dd16d30863a
parentae178b6c721a738e42a69cb93953621999fa2542 (diff)
downloadkernel_replicant_linux-0b67903203a8c2a57b0c2a43dc6f35636e8493fe.tar.gz
kernel_replicant_linux-0b67903203a8c2a57b0c2a43dc6f35636e8493fe.tar.bz2
kernel_replicant_linux-0b67903203a8c2a57b0c2a43dc6f35636e8493fe.zip
[ppc64el] Disable PCMCIA (fixes FTBFS)
It appears to be technically possible to use PCMCIA cards on POWER8/9 systems through a PCI Express to PCI adapter and a PCI to PCMCIA/CardBus adapter. But I can't believe anyone would want to. So rather than adding a pcmcia-modules package or excluding the drivers from udebs, disable PCMCIA altogether.
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/kernelarch-powerpc/config-arch-64-le5
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 84471f9c0b2b..6199121176d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ linux (4.19.28-2) UNRELEASED; urgency=medium
* [x86,alpha,m68k] binfmt: Disable BINFMT_AOUT, IA32_AOUT, OSF4_COMPAT
* [x86] Drop fix for #865303, which no longer affects Debian's OpenJDK
* udeb: Make serial_cs optional in serial-modules
+ * [ppc64el] Disable PCMCIA (fixes FTBFS)
-- Ben Hutchings <ben@decadent.org.uk> Tue, 12 Mar 2019 15:44:31 +0000
diff --git a/debian/config/kernelarch-powerpc/config-arch-64-le b/debian/config/kernelarch-powerpc/config-arch-64-le
index f0ad2b371ff8..e26064cea042 100644
--- a/debian/config/kernelarch-powerpc/config-arch-64-le
+++ b/debian/config/kernelarch-powerpc/config-arch-64-le
@@ -29,6 +29,11 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
## end choice
##
+## file: drivers/pcmcia/Kconfig
+##
+# CONFIG_PCMCIA is not set
+
+##
## file: kernel/power/Kconfig
##
#. See #789070