diff options
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 5e3f748f2693..488b341d2af2 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -107,6 +107,15 @@ config SPI_IMX | |||
107 | This enables using the Freescale iMX SPI controller in master | 107 | This enables using the Freescale iMX SPI controller in master |
108 | mode. | 108 | mode. |
109 | 109 | ||
110 | config SPI_LM70_LLP | ||
111 | tristate "Parallel port adapter for LM70 eval board (DEVELOPMENT)" | ||
112 | depends on SPI_MASTER && PARPORT && EXPERIMENTAL | ||
113 | select SPI_BITBANG | ||
114 | help | ||
115 | This driver supports the NS LM70 LLP Evaluation Board, | ||
116 | which interfaces to an LM70 temperature sensor using | ||
117 | a parallel port. | ||
118 | |||
110 | config SPI_MPC52xx_PSC | 119 | config SPI_MPC52xx_PSC |
111 | tristate "Freescale MPC52xx PSC SPI controller" | 120 | tristate "Freescale MPC52xx PSC SPI controller" |
112 | depends on SPI_MASTER && PPC_MPC52xx && EXPERIMENTAL | 121 | depends on SPI_MASTER && PPC_MPC52xx && EXPERIMENTAL |