[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.
This commit is contained in:
Ben Hutchings 2019-03-14 17:21:30 +00:00
parent ae178b6c72
commit 0b67903203
2 changed files with 6 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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

View File

@ -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
##