diff mbox

ARM: pxa2xx: Remove EXPERIMENTAL dependency from spi-pxa2xx driver

Message ID 505DB50C.4050206@yahoo.com (mailing list archive)
State New, archived
Headers show

Commit Message

Paul Parsons Sept. 22, 2012, 12:54 p.m. UTC
The SPI_PXA2XX config option has had an EXPERIMENTAL dependency since it
was first added in 2006. Since there seem to have been no changes to the
spi-pxa2xx driver since February 2011 other than tree sweeps, this patch
removes the EXPERIMENTAL dependency in the expectation that the
spi-pxa2xx driver is now stable.

Signed-off-by: Paul Parsons <lost.distance@yahoo.com>
---

The motivation for this patch was to remove the EXPERIMENTAL option from
the hx4700 platform config: SPI_PXA2XX is the only option which is still
EXPERIMENTAL.

  drivers/spi/Kconfig |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Russell King - ARM Linux Sept. 22, 2012, 12:58 p.m. UTC | #1
On Sat, Sep 22, 2012 at 01:54:36PM +0100, Paul Parsons wrote:
> The SPI_PXA2XX config option has had an EXPERIMENTAL dependency since it
> was first added in 2006. Since there seem to have been no changes to the
> spi-pxa2xx driver since February 2011 other than tree sweeps, this patch
> removes the EXPERIMENTAL dependency in the expectation that the
> spi-pxa2xx driver is now stable.
>
> Signed-off-by: Paul Parsons <lost.distance@yahoo.com>
> ---
>
> The motivation for this patch was to remove the EXPERIMENTAL option from
> the hx4700 platform config: SPI_PXA2XX is the only option which is still
> EXPERIMENTAL.
>
>  drivers/spi/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index 5f84b55..357be93 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -284,7 +284,7 @@ config SPI_PPC4xx
>
>  config SPI_PXA2XX
>  	tristate "PXA2xx SSP SPI master"
> -	depends on (ARCH_PXA || (X86_32 && PCI)) && EXPERIMENTAL
> +	depends on (ARCH_PXA || (X86_32 && PCI))

Please also remove the parens which then become unnecessary after this
change.
diff mbox

Patch

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 5f84b55..357be93 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -284,7 +284,7 @@  config SPI_PPC4xx

  config SPI_PXA2XX
  	tristate "PXA2xx SSP SPI master"
-	depends on (ARCH_PXA || (X86_32 && PCI)) && EXPERIMENTAL
+	depends on (ARCH_PXA || (X86_32 && PCI))
  	select PXA_SSP if ARCH_PXA
  	help
  	  This enables using a PXA2xx or Sodaville SSP port as a SPI master