diff options
| author | Longbin Li <looong.bin@gmail.com> | 2025-03-04 16:35:43 +0800 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-03-11 13:11:24 +0000 |
| commit | de16c322eefbe9026d4eabc8ae934bb778cffd1d (patch) | |
| tree | f1acaedcecc657d2867222c7d2a6216074052b5e /drivers/spi/Kconfig | |
| parent | 9f95e2dff3fe6a5f4cec786a106558bb8f268a16 (diff) | |
| download | lwn-de16c322eefbe9026d4eabc8ae934bb778cffd1d.tar.gz lwn-de16c322eefbe9026d4eabc8ae934bb778cffd1d.zip | |
spi: sophgo: add SG2044 SPI NOR controller driver
Add support for SG2044 SPI NOR controller in Sophgo SoC.
Signed-off-by: Longbin Li <looong.bin@gmail.com>
Link: https://patch.msgid.link/20250304083548.10101-3-looong.bin@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
| -rw-r--r-- | drivers/spi/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 4ed8c3cb1e40..f40c282d4d63 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -1034,6 +1034,15 @@ config SPI_SN_F_OSPI for connecting an SPI Flash memory over up to 8-bit wide bus. It supports indirect access mode only. +config SPI_SG2044_NOR + tristate "SG2044 SPI NOR Controller" + depends on ARCH_SOPHGO || COMPILE_TEST + help + This enables support for the SG2044 SPI NOR controller, + which supports Dual/Quad read and write operations while + also supporting 3Byte address devices and 4Byte address + devices. + config SPI_SPRD tristate "Spreadtrum SPI controller" depends on ARCH_SPRD || COMPILE_TEST |
