diff options
author | Wu, Bryan <bryan.wu@analog.com> | 2007-05-06 17:50:34 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-07 15:12:58 -0400 |
commit | a5f6abd4f7558fea97bc4021fd0eb7dcc5d16a77 (patch) | |
tree | d4e8734dd087711e46074846e481457953685586 /drivers/spi/Kconfig | |
parent | 8cc75c9a1498913d668b6d3559940c6837cee8bf (diff) |
Blackfin: blackfin on-chip SPI controller driver
This patch implements the driver necessary use the Analog Devices Blackfin
processor's SPI Port.
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 7e54e48efd5c..4a012d9acbff 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -58,6 +58,12 @@ config SPI_ATMEL | |||
58 | This selects a driver for the Atmel SPI Controller, present on | 58 | This selects a driver for the Atmel SPI Controller, present on |
59 | many AT32 (AVR32) and AT91 (ARM) chips. | 59 | many AT32 (AVR32) and AT91 (ARM) chips. |
60 | 60 | ||
61 | config SPI_BFIN | ||
62 | tristate "SPI controller driver for ADI Blackfin5xx" | ||
63 | depends on SPI_MASTER && BFIN | ||
64 | help | ||
65 | This is the SPI controller master driver for Blackfin 5xx processor. | ||
66 | |||
61 | config SPI_BITBANG | 67 | config SPI_BITBANG |
62 | tristate "Bitbanging SPI master" | 68 | tristate "Bitbanging SPI master" |
63 | depends on SPI_MASTER && EXPERIMENTAL | 69 | depends on SPI_MASTER && EXPERIMENTAL |
@@ -157,7 +163,6 @@ config SPI_AT25 | |||
157 | # Add new SPI protocol masters in alphabetical order above this line | 163 | # Add new SPI protocol masters in alphabetical order above this line |
158 | # | 164 | # |
159 | 165 | ||
160 | |||
161 | # (slave support would go here) | 166 | # (slave support would go here) |
162 | 167 | ||
163 | endmenu # "SPI support" | 168 | endmenu # "SPI support" |