mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
spi: add support for MediaTek MT7621 SoC
This patch makes mt7621_spi driver available for MediaTek MT7621 SoC Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
This commit is contained in:
parent
be3dc92098
commit
d2002fa7e2
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ config MT7620_SPI
|
||||||
|
|
||||||
config MT7621_SPI
|
config MT7621_SPI
|
||||||
bool "MediaTek MT7621 SPI driver"
|
bool "MediaTek MT7621 SPI driver"
|
||||||
depends on SOC_MT7628
|
depends on SOC_MT7621 || SOC_MT7628
|
||||||
help
|
help
|
||||||
Enable the MT7621 SPI driver. This driver can be used to access
|
Enable the MT7621 SPI driver. This driver can be used to access
|
||||||
the SPI NOR flash on platforms embedding this Ralink / MediaTek
|
the SPI NOR flash on platforms embedding this Ralink / MediaTek
|
||||||
|
|
Loading…
Reference in a new issue