diff options
| author | David Lechner <[email protected]> | 2026-04-06 15:37:10 -0500 |
|---|---|---|
| committer | David Lechner <[email protected]> | 2026-04-28 13:19:52 -0500 |
| commit | 8c15436fb2191294162deaf2c94fbe030fee9455 (patch) | |
| tree | 5a5c2ee5941ae5d7afc27c104ea81eee9dcefe0a | |
| parent | f1b077c512b566a3a7bf1cf89ecb1ff49791ebd1 (diff) | |
configs: mediatek: add required config for SNOR on Genio 520/720 EVK
Enable options to be able to access the SNOR flash on Genio 520/720 EVK
boards.
Reviewed-by: Macpaul Lin <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: David Lechner <[email protected]>
| -rw-r--r-- | configs/mt8189.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/mt8189.config b/configs/mt8189.config index ecf8c5f4b4b..763f20b1063 100644 --- a/configs/mt8189.config +++ b/configs/mt8189.config @@ -23,6 +23,9 @@ CONFIG_CLK=y # CONFIG_MMC_QUIRKS is not set CONFIG_MMC_HS200_SUPPORT=y CONFIG_MMC_MTK=y +CONFIG_MTD=y +CONFIG_DM_SPI_FLASH=y +CONFIG_SPI_FLASH_MACRONIX=y CONFIG_PHY=y CONFIG_PHY_MTK_TPHY=y CONFIG_PHY_MTK_XSPHY=y @@ -37,6 +40,9 @@ CONFIG_DM_REGULATOR_MT6359=y CONFIG_BAUDRATE=921600 CONFIG_DM_SERIAL=y CONFIG_MTK_SERIAL=y +CONFIG_SPI=y +CONFIG_DM_SPI=y +CONFIG_MTK_SNOR=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_MTK=y |
