summaryrefslogtreecommitdiff
path: root/configs/riotboard_defconfig
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2021-04-02 15:52:33 +0100
committerStefano Babic <sbabic@denx.de>2021-04-08 20:29:54 +0200
commit05cd77611f5ad1e6cde60d42a3be557f5868dce1 (patch)
tree33debba42625eb9bab5937499072be94f37de37d /configs/riotboard_defconfig
parent2668e2821365358d1010448b91fb6691e9e79700 (diff)
ARM: embestmx6boards: convert the mars/riot boards to DM SPI
Enable DM_SPI and DM_SPI_FLASH on the mars/riot boards. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Cc: "Eric BĂ©nard" <eric@eukrea.com> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs/riotboard_defconfig')
-rw-r--r--configs/riotboard_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig
index 12af407400..d41b4ba070 100644
--- a/configs/riotboard_defconfig
+++ b/configs/riotboard_defconfig
@@ -46,6 +46,7 @@ CONFIG_DM_MMC=y
CONFIG_FSL_USDHC=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
+CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH=y
CONFIG_SF_DEFAULT_MODE=0
CONFIG_SF_DEFAULT_SPEED=20000000
@@ -57,6 +58,7 @@ CONFIG_FEC_MXC=y
CONFIG_MII=y
CONFIG_MXC_UART=y
CONFIG_SPI=y
+CONFIG_DM_SPI=y
CONFIG_MXC_SPI=y
CONFIG_DM_THERMAL=y
CONFIG_IMX_THERMAL=y