Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@ config SPI_PHYTIUM

config SPI_PHYTIUM_PLAT
tristate "Phytium SPI controller platform support"
depends on ARCH_PHYTIUM || COMPILE_TEST
select SPI_PHYTIUM
help
This selects a platform driver for Phytium SPI controller.
Expand All @@ -789,6 +790,7 @@ config SPI_PHYTIUM_PLAT

config SPI_PHYTIUM_PCI
tristate "Phytium SPI controller PCI support"
depends on ARCH_PHYTIUM || COMPILE_TEST
depends on PCI
select SPI_PHYTIUM
help
Expand Down