diff options
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ba9310bc9acb..c87475db0f79 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -520,6 +520,19 @@ config SPI_XILINX | |||
520 | 520 | ||
521 | Or for the DS570, see "XPS Serial Peripheral Interface (SPI) (v2.00b)" | 521 | Or for the DS570, see "XPS Serial Peripheral Interface (SPI) (v2.00b)" |
522 | 522 | ||
523 | config SPI_XTENSA_XTFPGA | ||
524 | tristate "Xtensa SPI controller for xtfpga" | ||
525 | depends on XTENSA && XTENSA_PLATFORM_XTFPGA | ||
526 | select SPI_BITBANG | ||
527 | help | ||
528 | SPI driver for xtfpga SPI master controller. | ||
529 | |||
530 | This simple SPI master controller is built into xtfpga bitstreams | ||
531 | and is used to control daughterboard audio codec. It always transfers | ||
532 | 16 bit words in SPI mode 0, automatically asserting CS on transfer | ||
533 | start and deasserting on end. | ||
534 | |||
535 | |||
523 | config SPI_NUC900 | 536 | config SPI_NUC900 |
524 | tristate "Nuvoton NUC900 series SPI" | 537 | tristate "Nuvoton NUC900 series SPI" |
525 | depends on ARCH_W90X900 | 538 | depends on ARCH_W90X900 |