diff options
author | linus.walleij@stericsson.com <linus.walleij@stericsson.com> | 2009-09-22 19:46:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 10:39:43 -0400 |
commit | f33b29ee3309ba2cd56ade8e905b3640a7dea909 (patch) | |
tree | 4a4d968521c355a59a1e33444baa6475e253e9d3 | |
parent | b73b255956119111dc18fa063d1e3a0bb3f06328 (diff) |
spi: add default selection of PL022 for ARM reference platforms
This makes the PL022 driver a default choice for any RealView and
Versatile boards plus the integrator IMPD1 which all contain the PL022
PrimeCell. This will make it a default choice if and only if a user
selects SPI support for their board.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/spi/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 3ac072f6db35..927a8b77e604 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -166,6 +166,9 @@ config SPI_PL022 | |||
166 | tristate "ARM AMBA PL022 SSP controller (EXPERIMENTAL)" | 166 | tristate "ARM AMBA PL022 SSP controller (EXPERIMENTAL)" |
167 | depends on ARM_AMBA && EXPERIMENTAL | 167 | depends on ARM_AMBA && EXPERIMENTAL |
168 | default y if MACH_U300 | 168 | default y if MACH_U300 |
169 | default y if ARCH_REALVIEW | ||
170 | default y if INTEGRATOR_IMPD1 | ||
171 | default y if ARCH_VERSATILE | ||
169 | help | 172 | help |
170 | This selects the ARM(R) AMBA(R) PrimeCell PL022 SSP | 173 | This selects the ARM(R) AMBA(R) PrimeCell PL022 SSP |
171 | controller. If you have an embedded system with an AMBA(R) | 174 | controller. If you have an embedded system with an AMBA(R) |