diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2011-05-19 14:13:19 +0200 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-05-20 00:43:07 -0600 |
commit | 7f9a4b9797405061a07fca26ff1b4f305c564e5d (patch) | |
tree | a6c4b2bd6240101173f230a3faec191f33dcf371 /drivers/spi/Kconfig | |
parent | a18c266f8e43004c85c56b4077f6158fcadb7707 (diff) | |
download | op-kernel-dev-7f9a4b9797405061a07fca26ff1b4f305c564e5d.zip op-kernel-dev-7f9a4b9797405061a07fca26ff1b4f305c564e5d.tar.gz |
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>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index fc14b8d..fbd96b2 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -271,8 +271,8 @@ config SPI_ORION This enables using the SPI master controller on the Orion chips. config SPI_PL022 - tristate "ARM AMBA PL022 SSP controller (EXPERIMENTAL)" - depends on ARM_AMBA && EXPERIMENTAL + tristate "ARM AMBA PL022 SSP controller" + depends on ARM_AMBA default y if MACH_U300 default y if ARCH_REALVIEW default y if INTEGRATOR_IMPD1 |