| Submitter | Richard Röjfors |
|---|---|
| Date | Nov. 11, 2009, 4:33 p.m. |
| Message ID | <4AFAE769.8040909@mocean-labs.com> |
| Download | mbox | patch |
| Permalink | /patch/38146/ |
| State | Changes Requested |
| Delegated to: | Grant Likely |
| Headers | show |
Comments
Patch
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index b956284..d1f8ee3 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -252,6 +252,13 @@ config SPI_XILINX_OF help This is the OF driver for the SPI controller IP from the Xilinx EDK. +config SPI_XILINX_PLTFM + tristate "Xilinx SPI controller platform device" + depends on SPI_XILINX + help + This is the platform driver for the SPI controller IP + from the Xilinx EDK. + # # Add new SPI master controllers in alphabetical order above this line #
This patch adds the xilinx_spi_pltfm to the SPI Kconfig. The xilinx_spi_pltfm was added in a previous patchset. Signed-off-by: Richard Röjfors <richard.rojfors@mocean-labs.com> ---