spi/pl022: mark driver non-experimental
This driver has no TODO, and is now used on several platforms: ARM, U300, Ux500, SPEAr and more. So drop the EXPERIMENTAL requirement. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
parent
a18c266f8e
commit
7f9a4b9797
|
@ -271,8 +271,8 @@ config SPI_ORION
|
||||||
This enables using the SPI master controller on the Orion chips.
|
This enables using the SPI master controller on the Orion chips.
|
||||||
|
|
||||||
config SPI_PL022
|
config SPI_PL022
|
||||||
tristate "ARM AMBA PL022 SSP controller (EXPERIMENTAL)"
|
tristate "ARM AMBA PL022 SSP controller"
|
||||||
depends on ARM_AMBA && EXPERIMENTAL
|
depends on ARM_AMBA
|
||||||
default y if MACH_U300
|
default y if MACH_U300
|
||||||
default y if ARCH_REALVIEW
|
default y if ARCH_REALVIEW
|
||||||
default y if INTEGRATOR_IMPD1
|
default y if INTEGRATOR_IMPD1
|
||||||
|
|
Loading…
Reference in New Issue