diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2013-01-22 05:26:24 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-26 02:21:36 -0500 |
commit | 2b49ebda39d66db1ae79a94c2bfec2d44f26ff94 (patch) | |
tree | e43d6362cc0f2e341841b99a860f7651df4d6ce7 /drivers/spi/Kconfig | |
parent | f28037d2e9ee1fe34ede6211f1cce1d38d867cb8 (diff) |
spi/pxa2xx: allow building on a 64-bit kernel
We are going to use it on 64-bit kernel on Intel Lynxpoint so make sure we
can build it into such kernel.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
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 2e188e1127eb..a90393d7f106 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -299,7 +299,7 @@ config SPI_PPC4xx | |||
299 | 299 | ||
300 | config SPI_PXA2XX | 300 | config SPI_PXA2XX |
301 | tristate "PXA2xx SSP SPI master" | 301 | tristate "PXA2xx SSP SPI master" |
302 | depends on (ARCH_PXA || (X86_32 && PCI)) && EXPERIMENTAL | 302 | depends on ARCH_PXA || PCI |
303 | select PXA_SSP if ARCH_PXA | 303 | select PXA_SSP if ARCH_PXA |
304 | help | 304 | help |
305 | This enables using a PXA2xx or Sodaville SSP port as a SPI master | 305 | This enables using a PXA2xx or Sodaville SSP port as a SPI master |
@@ -307,7 +307,7 @@ config SPI_PXA2XX | |||
307 | additional documentation can be found a Documentation/spi/pxa2xx. | 307 | additional documentation can be found a Documentation/spi/pxa2xx. |
308 | 308 | ||
309 | config SPI_PXA2XX_PCI | 309 | config SPI_PXA2XX_PCI |
310 | def_bool SPI_PXA2XX && X86_32 && PCI | 310 | def_tristate SPI_PXA2XX && PCI |
311 | 311 | ||
312 | config SPI_RSPI | 312 | config SPI_RSPI |
313 | tristate "Renesas RSPI controller" | 313 | tristate "Renesas RSPI controller" |