diff options
Diffstat (limited to 'hw/ssi/Kconfig')
-rw-r--r-- | hw/ssi/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/hw/ssi/Kconfig b/hw/ssi/Kconfig new file mode 100644 index 0000000000..5a03110a8d --- /dev/null +++ b/hw/ssi/Kconfig @@ -0,0 +1,14 @@ +config PL022 + bool + +config SSI + bool + +config XILINX_SPI + bool + +config XILINX_SPIPS + bool + +config STM32F2XX_SPI + bool |