1234567891011121314151617181920212223 |
- From 34b623ccfd135e846b8464729a8b0e8df4b77a66 Mon Sep 17 00:00:00 2001
- From: Weijie Gao <[email protected]>
- Date: Fri, 20 May 2022 11:23:08 +0800
- Subject: [PATCH 13/25] spi: add support for MediaTek MT7621 SoC
- This patch makes mt7621_spi driver available for MediaTek MT7621 SoC
- Signed-off-by: Weijie Gao <[email protected]>
- ---
- drivers/spi/Kconfig | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
- --- a/drivers/spi/Kconfig
- +++ b/drivers/spi/Kconfig
- @@ -240,7 +240,7 @@ config MT7620_SPI
-
- config MT7621_SPI
- bool "MediaTek MT7621 SPI driver"
- - depends on SOC_MT7628
- + depends on SOC_MT7621 || SOC_MT7628
- help
- Enable the MT7621 SPI driver. This driver can be used to access
- the SPI NOR flash on platforms embedding this Ralink / MediaTek
|