diff options
author | Baruch Siach | 2019-03-27 09:27:08 +0200 |
---|---|---|
committer | Stefan Roese | 2019-04-12 07:04:18 +0200 |
commit | c1d81f6f012349cfe204932b82e771cbbd3d91ff (patch) | |
tree | 2adc9285c3937a2bf50c0a3b964452a843eaf48c /configs/turris_omnia_defconfig | |
parent | 1c11dcf847793f498e3b79d37a9ef41f53ef8e90 (diff) |
arm: mvebu: turris_omnia: select Kconfig SPI_FLASH_SPANSION
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/turris_omnia_defconfig')
-rw-r--r-- | configs/turris_omnia_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index c406b257533..85f214148a8 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig @@ -43,6 +43,7 @@ CONFIG_ATSHA204A=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_MV=y CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_SPANSION=y CONFIG_PHY_MARVELL=y CONFIG_PHY_GIGE=y CONFIG_MVNETA=y |