diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2019-10-17 16:18:44 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-10-18 18:33:40 +0100 |
commit | 1cb84b02bf130f34ee81f99bc7dee5bca2943ed7 (patch) | |
tree | b8f6d33075c54d13d00f24330803500a595685f4 /drivers/spi/Kconfig | |
parent | 60086e23e64f7b3b60d957471cfd10948e25648e (diff) |
spi: atmel: Remove platform data support
This driver is now only used through the device tree. Simplify code
by explicitly depend on device tree.
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Link: https://lore.kernel.org/r/20191017141846.7523-6-gregory.clement@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 6f7fdcbb9151..6c0c1f55bd71 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -80,6 +80,7 @@ config SPI_ARMADA_3700 config SPI_ATMEL tristate "Atmel SPI Controller" depends on ARCH_AT91 || COMPILE_TEST + depends on OF help This selects a driver for the Atmel SPI Controller, present on many AT91 ARM chips. |