diff options
Diffstat (limited to 'hw/sd/Kconfig')
-rw-r--r-- | hw/sd/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hw/sd/Kconfig b/hw/sd/Kconfig new file mode 100644 index 0000000000..4f43bbb352 --- /dev/null +++ b/hw/sd/Kconfig @@ -0,0 +1,11 @@ +config PL181 + bool + +config SSI_SD + bool + +config SD + bool + +config SDHCI + bool |