mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
spi: rockchip: Add architecture dependency
If base support for Rockchip SoCs has been disabled then the SPI driver won't be terribly useful, add a dependency on ARCH_ROCKCHIP || COMPILE_TEST to avoid it appearing when not needed. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20230221-spi-arch-deps-v1-2-83d1566474cf@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
fe15c26ee2
commit
330a200d36
|
|
@ -777,6 +777,7 @@ config SPI_PXA2XX_PCI
|
|||
|
||||
config SPI_ROCKCHIP
|
||||
tristate "Rockchip SPI controller driver"
|
||||
depends on ARCH_ROCKCHIP || COMPILE_TEST
|
||||
help
|
||||
This selects a driver for Rockchip SPI controller.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user