diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-04-17 12:54:31 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-05-03 04:11:34 +0200 |
commit | 2d069c11e8229e9f380af0c3bffe4b95cd2cf9ec (patch) | |
tree | 59e8fa766faeab0f16b0f06117736331f9c48f1e /drivers/spi/Kconfig | |
parent | spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local one (diff) | |
download | linux-2d069c11e8229e9f380af0c3bffe4b95cd2cf9ec.tar.xz linux-2d069c11e8229e9f380af0c3bffe4b95cd2cf9ec.zip |
spi: pxa2xx: Remove outdated documentation
The documentation is referring to the legacy enumeration of the SPI
host controllers and target devices. It has nothing to do with the
modern way, which is the only supported in kernel right now. Hence,
remove outdated documentation file.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240417110334.2671228-5-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 86f6115f417c..e2d2f011f973 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -832,8 +832,7 @@ config SPI_PXA2XX select PXA_SSP if ARCH_PXA || ARCH_MMP help This enables using a PXA2xx or Sodaville SSP port as a SPI master - controller. The driver can be configured to use any SSP port and - additional documentation can be found a Documentation/spi/pxa2xx.rst. + controller. The driver can be configured to use any SSP port. config SPI_PXA2XX_PCI def_tristate SPI_PXA2XX && PCI && COMMON_CLK |