diff options
Diffstat (limited to 'hw/sd/Kconfig')
-rw-r--r-- | hw/sd/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/sd/Kconfig b/hw/sd/Kconfig index c5e1e5581c..633b9afec9 100644 --- a/hw/sd/Kconfig +++ b/hw/sd/Kconfig @@ -19,3 +19,7 @@ config SDHCI_PCI default y if PCI_DEVICES depends on PCI select SDHCI + +config CADENCE_SDHCI + bool + select SDHCI |