From f339d5e1e2275960c9fef36b2f0154dead8c2f8e Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 23 Feb 2023 14:42:10 -0700 Subject: mb/google/skyrim: Disable cardbus support Skyrim does not have a cardbus socket, so disable it. Maybe cardbus support shouldn't be enabled by default? BUG=None TEST="PC Card (PCMCIA) is supported" no longer shows up in dmidecode output. Signed-off-by: Martin Roth Change-Id: Ic941b075e8b5082b5e61e728a77fd79c0ebba35e Reviewed-on: https://review.coreboot.org/c/coreboot/+/73167 Tested-by: build bot (Jenkins) Reviewed-by: Jason Glenesk Reviewed-by: Matt DeVillier Reviewed-by: Karthik Ramasubramanian --- src/mainboard/google/skyrim/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index dfc803040e..72c843f7da 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -181,4 +181,7 @@ config ENABLE_STB_SPILL_TO_DRAM just the small SRAM buffer to a much larger area reserved in main memory. +config CARDBUS_PLUGIN_SUPPORT + default n + endif # BOARD_GOOGLE_BASEBOARD_SKYRIM -- cgit v1.2.3