qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/2] sd: disable sdhci-pci device by default


From: P J P
Subject: [PATCH 2/2] sd: disable sdhci-pci device by default
Date: Wed, 20 May 2020 20:54:50 +0530

From: Prasad J Pandit <address@hidden>

Disable rarely used sdhci-pci device build by default.

Suggested-by: Stefan Hajnoczi <address@hidden>
Signed-off-by: Prasad J Pandit <address@hidden>
---
 hw/sd/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/sd/Kconfig b/hw/sd/Kconfig
index c5e1e5581c..93dea61285 100644
--- a/hw/sd/Kconfig
+++ b/hw/sd/Kconfig
@@ -16,6 +16,5 @@ config SDHCI
 
 config SDHCI_PCI
     bool
-    default y if PCI_DEVICES
     depends on PCI
     select SDHCI
-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]