Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f33b29ee authored by linus.walleij@stericsson.com's avatar linus.walleij@stericsson.com Committed by Linus Torvalds
Browse files

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: default avatarLinus Walleij <linus.walleij@stericsson.com>
Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b73b2559
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -166,6 +166,9 @@ config SPI_PL022
	tristate "ARM AMBA PL022 SSP controller (EXPERIMENTAL)"
	tristate "ARM AMBA PL022 SSP controller (EXPERIMENTAL)"
	depends on ARM_AMBA && EXPERIMENTAL
	depends on ARM_AMBA && EXPERIMENTAL
	default y if MACH_U300
	default y if MACH_U300
	default y if ARCH_REALVIEW
	default y if INTEGRATOR_IMPD1
	default y if ARCH_VERSATILE
	help
	help
	  This selects the ARM(R) AMBA(R) PrimeCell PL022 SSP
	  This selects the ARM(R) AMBA(R) PrimeCell PL022 SSP
	  controller. If you have an embedded system with an AMBA(R)
	  controller. If you have an embedded system with an AMBA(R)