From 0b67903203a8c2a57b0c2a43dc6f35636e8493fe Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 14 Mar 2019 17:21:30 +0000 Subject: [PATCH] [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. --- debian/changelog | 1 + debian/config/kernelarch-powerpc/config-arch-64-le | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 84471f9c0..619912117 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 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 f0ad2b371..e26064cea 100644 --- a/debian/config/kernelarch-powerpc/config-arch-64-le +++ b/debian/config/kernelarch-powerpc/config-arch-64-le @@ -28,6 +28,11 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set ## end choice +## +## file: drivers/pcmcia/Kconfig +## +# CONFIG_PCMCIA is not set + ## ## file: kernel/power/Kconfig ##